Defined in file: hzString.h
Constructors/Detructors
Default constructor | hzPair() | Not specified in code. Default applies |
Copy constructor | hzPair(&) | Not specified in code. Default applies |
Default constructor | hzPair() | Not specified in code. Default applies |
Public Methods:
void | Clear | (void) | |
void | Name | (const hzString& S) | |
hzString& | Name | (void) | |
void | SetName | (const char* cpName) | |
void | SetValue | (const char* cpValue) | |
void | Value | (const hzString& S) | |
hzString& | Value | (void) |
Overloaded operators:
bool | operator!= | (const char* cpStr) | |
bool | operator!= | (hzString& S) | |
void | operator= | (const hzPair& op) | |
void | operator= | (const char* cpValue) | |
bool | operator== | (const char* cpStr) | |
bool | operator== | (hzString& S) |
Member Variables:
hzString | name | No description | |
hzString | value | No description |