Loading...
Searching...
No Matches
Go to the documentation of this file.
33#define BIO_CONSTRUCTORS(thisClass, finalClass) \
37explicit thisClass(const ::bio::Name& name) : \
40explicit thisClass(const ::bio::Id& id) : \
55#define BIO_CONSTRUCTORS_WITH_COMMON_CONSTRUCTOR(thisClass, finalClass) \
59 this->CommonConstructor(); \
61explicit thisClass(const ::bio::Name& name) : \
64 this->CommonConstructor(); \
66explicit thisClass(const ::bio::Id& id) : \
69 this->CommonConstructor(); \