#include <MetaAttribute.h>
Attribute container for MetaClass.
Definition at line 47 of file MetaAttribute.h.
◆ ~MetaAttribute()
karto::MetaAttribute::~MetaAttribute |
( |
| ) |
|
|
virtual |
◆ MetaAttribute()
karto::MetaAttribute::MetaAttribute |
( |
| ) |
|
|
protected |
◆ AddAttribute()
void karto::MetaAttribute::AddAttribute |
( |
const karto::String & |
rId, |
|
|
const Any & |
rValue |
|
) |
| const |
|
protected |
Adds attribute with id and value to container
- Parameters
-
rId | If of attribute |
rValue | Value of attribute |
Definition at line 65 of file MetaAttribute.cpp.
◆ GetAttribute()
const Any & karto::MetaAttribute::GetAttribute |
( |
const karto::String & |
rId | ) |
const |
Gets attribute with id.
- Parameters
-
- Returns
- Attribute with rID
Definition at line 54 of file MetaAttribute.cpp.
◆ HasAttribute()
Check if attribute exists in container.
- Parameters
-
- Returns
- true if attribute with rID is defines, false otherwise
Definition at line 49 of file MetaAttribute.cpp.
◆ MetaClassHelper
◆ m_pPrivate
The documentation for this class was generated from the following files: