![]() |
Plasma Engine
2.0
|
This is the complete list of members for plTypedMapProperty< Type >, including all inherited members.
| AddAttributes(plPropertyAttribute *pAttrib1, plPropertyAttribute *pAttrib2=nullptr, plPropertyAttribute *pAttrib3=nullptr, plPropertyAttribute *pAttrib4=nullptr, plPropertyAttribute *pAttrib5=nullptr, plPropertyAttribute *pAttrib6=nullptr) | plAbstractProperty | inline |
| AddFlags(plBitflags< plPropertyFlags > flags) | plAbstractProperty | inline |
| Clear(void *pInstance) const =0 | plAbstractMapProperty | pure virtual |
| Contains(const void *pInstance, const char *szKey) const =0 | plAbstractMapProperty | pure virtual |
| GetAttributeByType() const | plAbstractProperty | |
| GetAttributes() const | plAbstractProperty | inline |
| GetCategory() const override | plAbstractMapProperty | inlinevirtual |
| GetFlags() const | plAbstractProperty | inline |
| GetKeys(const void *pInstance, plHybridArray< plString, 16 > &out_keys) const =0 | plAbstractMapProperty | pure virtual |
| GetPropertyName() const | plAbstractProperty | inline |
| GetSpecificType() const override | plTypedMapProperty< Type > | inlinevirtual |
| GetValue(const void *pInstance, const char *szKey, void *pObject) const =0 | plAbstractMapProperty | pure virtual |
| Insert(void *pInstance, const char *szKey, const void *pObject) const =0 | plAbstractMapProperty | pure virtual |
| IsEmpty(const void *pInstance) const =0 | plAbstractMapProperty | pure virtual |
| m_Attributes (defined in plAbstractProperty) | plAbstractProperty | protected |
| m_Flags (defined in plAbstractProperty) | plAbstractProperty | protected |
| m_szPropertyName (defined in plAbstractProperty) | plAbstractProperty | protected |
| plAbstractMapProperty(const char *szPropertyName) | plAbstractMapProperty | inline |
| plAbstractProperty(const char *szPropertyName) | plAbstractProperty | inline |
| plTypedMapProperty(const char *szPropertyName) (defined in plTypedMapProperty< Type >) | plTypedMapProperty< Type > | inline |
| Remove(void *pInstance, const char *szKey) const =0 | plAbstractMapProperty | pure virtual |
| ~plAbstractProperty()=default (defined in plAbstractProperty) | plAbstractProperty | virtual |