#include <generic_property.hh>
Inherits ConstGenericPropContainer< H >.
Public Member Functions | |
| void | ClearProps () |
| void | SetStringProp (const String &key, const String &value) |
| void | SetFloatProp (const String &key, Real value) |
| void | SetIntProp (const String &key, int value) |
| void | SetBoolProp (const String &key, bool value) |
Definition at line 267 of file generic_property.hh.
| void ClearProps | ( | ) | [inline] |
Definition at line 271 of file generic_property.hh.
| void SetBoolProp | ( | const String & | key, | |
| bool | value | |||
| ) | [inline] |
| void SetIntProp | ( | const String & | key, | |
| int | value | |||
| ) | [inline] |
1.5.8