|
NeKernel dev
|
#include <Property.h>
Public Member Functions | |
| Property () | |
| Constructor. | |
| virtual | ~Property () |
| Destructor. | |
| Property & | operator= (const Property &)=default |
| Property (const Property &)=default | |
| BOOL | StringEquals (KBasicString<> &name) |
| Check if property's name equals to name. | |
| PropertyId & | GetValue () |
| Gets the value of the property. | |
| KBasicString & | GetKey () |
| Gets the key (name) of property. | |
Private Attributes | |
| KString | fName {kMaxPropLen} |
| PropertyId | fValue {0UL} |
| Ref< XRN::GUID > | fGUID {} |
|
default |
Constructor.
|
virtualdefault |
Destructor.
|
default |
| KBasicString & Kernel::CF::Property::GetKey | ( | ) |
Gets the key (name) of property.
| PropertyId & Kernel::CF::Property::GetValue | ( | ) |
Gets the value of the property.
| Bool Kernel::CF::Property::StringEquals | ( | KBasicString<> & | name | ) |
Check if property's name equals to name.
| name | string to check. |
|
private |
|
private |