MFMv2.0.10
Movable Feast Machine Simulator 2.0.10
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VArguments_Test.h
1 /* -*- C++ -*- */
2 #ifndef VARGUMENTS_TEST_H
3 #define VARGUMENTS_TEST_H
4 
5 #include "VArguments.h"
6 
7 namespace MFM {
8 
10  {
11  private:
12 
13  public:
14  static void Test_RunTests();
15 
16  };
17 } /* namespace MFM */
18 #endif /*VARGUMENTS_TEST_H*/
Definition: VArguments_Test.h:9