Defined in file: hzString.h

Name-Value pair

Constructors/Detructors

Default constructorhzPair()Not specified in code. Default applies
Copy constructorhzPair(&)Not specified in code. Default applies
Default constructorhzPair()Not specified in code. Default applies

Public Methods:

voidClear(void)
voidName(hzString& S)
hzString&Name(void)
voidSetName(const char* cpName)
voidSetValue(const char* cpValue)
voidValue(hzString& S)
hzString&Value(void)

Overloaded operators:

booloperator!=(const char* cpStr)
booloperator!=(hzString& S)
voidoperator=(hzPair& op)
voidoperator=(const char* cpValue)
booloperator==(const char* cpStr)
booloperator==(hzString& S)

Member Variables:

hzStringnamefld name
hzStringvaluetext content