MIRA
|
Simple class encapsulation parent and class information stored in a "real" class object. More...
#include <factory/ManifestAgent.h>
Public Member Functions | |
bool | operator== (ManifestClassInfo const &other) |
template<typename Reflector > | |
void | reflect (Reflector &r) |
Public Attributes | |
boost::shared_ptr< VacantClass > | mClass |
std::vector< std::string > | mParents |
Simple class encapsulation parent and class information stored in a "real" class object.
This class is used for loading manifest files.
|
inline |
|
inline |
boost::shared_ptr<VacantClass> mClass |
std::vector< std::string > mParents |