#include <structfillpolicy.h>
Public Member Functions | |
| BaseEntry ()=default | |
| virtual | ~BaseEntry ()=default |
Public Member Functions inherited from Resource | |
| Resource () | |
Public Member Functions inherited from Object | |
| Object () | |
| virtual | ~Object () |
| virtual bool | init (utility::ErrorState &errorState) |
| virtual void | onDestroy () |
| Object (Object &)=delete | |
| Object & | operator= (const Object &)=delete |
| Object (Object &&)=delete | |
| Object & | operator= (Object &&)=delete |
Public Attributes | |
| std::string | mName |
| Property 'Name': The struct member name of this fill policy entry. More... | |
Public Attributes inherited from Object | |
| std::string | mID |
| Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
| static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
Binds a struct member name to a fill policy. Used to define StructFillPolicy behavior.
|
default |
|
virtualdefault |
| std::string mName |
Property 'Name': The struct member name of this fill policy entry.