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