|
Wallaroo
0.8
|
Go to the documentation of this file.
38 #ifndef WALLAROO_DYN_REGISTERED_H_
39 #define WALLAROO_DYN_REGISTERED_H_
55 #define WALLAROO_DYNLIB_REGISTER( C ) \
56 static const ::wallaroo::detail::DynRegistration< C > WALLAROO_TOKENPASTE(__reg__,__LINE__)( #C ) ;
59 #endif // WALLAROO_DYN_REGISTERED_H_