MIRA
Public Member Functions | Public Attributes | List of all members
ManifestClassInfo Struct Reference

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< VacantClassmClass
 
std::vector< std::string > mParents
 

Detailed Description

Simple class encapsulation parent and class information stored in a "real" class object.

This class is used for loading manifest files.

Member Function Documentation

◆ operator==()

bool operator== ( ManifestClassInfo const &  other)
inline

◆ reflect()

void reflect ( Reflector &  r)
inline

Member Data Documentation

◆ mClass

boost::shared_ptr<VacantClass> mClass

◆ mParents

std::vector< std::string > mParents

The documentation for this struct was generated from the following file: