Om
default_giveable.cpp
Go to the documentation of this file.
1 
15 #ifndef Om_DefaultGiveable_
16 
17  #include "om/default_giveable.hpp"
18 
19 #else
20 
21 // MARK: - Om::DefaultGiveable
22 
23  #define Template_ \
24  template < \
25  typename ThisImplementation, \
26  typename ThisInterface \
27  >
28 
29  #define Type_ \
30  Om::DefaultGiveable< \
31  ThisImplementation, \
32  ThisInterface \
33  >
34 
35 // MARK: public (non-static)
36 
37 Template_
38 inline Type_::~DefaultGiveable() {}
39 
40  #undef Type_
41  #undef Template_
42 
43 #endif
Om header file.