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