#include <MetaAttribute.h>
Attribute container for MetaClass.
Definition at line 47 of file MetaAttribute.h.
karto::MetaAttribute::~MetaAttribute |
( |
| ) |
|
|
virtual |
karto::MetaAttribute::MetaAttribute |
( |
| ) |
|
|
protected |
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.
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.
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.
The documentation for this class was generated from the following files: