Apollo
6.0
Open source self driving car software
|
Go to the source code of this file.
Macros | |
#define | CLASS_LOADER_REGISTER_CLASS_INTERNAL(Derived, Base, UniqueID) |
#define | CLASS_LOADER_REGISTER_CLASS_INTERNAL_1(Derived, Base, UniqueID) CLASS_LOADER_REGISTER_CLASS_INTERNAL(Derived, Base, UniqueID) |
#define | CLASS_LOADER_REGISTER_CLASS(Derived, Base) CLASS_LOADER_REGISTER_CLASS_INTERNAL_1(Derived, Base, __COUNTER__) |
#define CLASS_LOADER_REGISTER_CLASS | ( | Derived, | |
Base | |||
) | CLASS_LOADER_REGISTER_CLASS_INTERNAL_1(Derived, Base, __COUNTER__) |
#define CLASS_LOADER_REGISTER_CLASS_INTERNAL | ( | Derived, | |
Base, | |||
UniqueID | |||
) |
#define CLASS_LOADER_REGISTER_CLASS_INTERNAL_1 | ( | Derived, | |
Base, | |||
UniqueID | |||
) | CLASS_LOADER_REGISTER_CLASS_INTERNAL(Derived, Base, UniqueID) |