16#define kMaxPropLen (256U)
Property & operator=(const Property &)=default
Property(const Property &)=default
KBasicString & GetKey()
Gets the key (name) of property.
Definition Property.cc:31
PropertyId & GetValue()
Gets the value of the property.
Definition Property.cc:38
PropertyId fValue
Definition Property.h:39
BOOL StringEquals(KBasicString<> &name)
Check if property's name equals to name.
Definition Property.cc:24
virtual ~Property()
Destructor.
KString fName
Definition Property.h:38
Ref< XRN::GUID > fGUID
Definition Property.h:40
Kernel string class, not dynamic.
Definition KString.h:20
Reference wrapper class. /// =========================================================== ///.
Definition Ref.h:22
CFKit.
Definition GUIDWizard.h:18
UIntPtr PropertyId
handle to anything (number, ptr, string...)
Definition Property.h:20
Array< Property, N > PropertyArray
Definition Property.h:44
UPS inline definitions.
Definition Device.h:12
__UINTPTR_TYPE__ UIntPtr
Definition Config.h:62
KBasicString<> KString
Definition KString.h:76
#define kMaxPropLen
Definition Property.h:16