Origen V93K SMT7 Library
 All Classes Namespaces Files Functions Variables Typedefs Macros
empty.hpp
Go to the documentation of this file.
1 #ifndef ORIGEN_TEST_METHOD_FUNCTIONAL_TEST_INCLUDED
2 #define ORIGEN_TEST_METHOD_FUNCTIONAL_TEST_INCLUDED
3 
4 #include "base.hpp"
5 #include "mapi.hpp"
6 #include "rdi.hpp"
7 
8 using namespace std;
9 
10 namespace Origen {
11 namespace TestMethod {
12 
13 class Empty : public Base {
14  public:
15  Empty();
16  virtual ~Empty();
17 
18  protected:
19  typedef Empty super;
20  Empty& getThis();
21 };
22 }
23 }
24 #endif
Definition: base.hpp:13
Empty super
Definition: empty.hpp:19
Definition: empty.hpp:13