Return the attribute name
Return Type | Function name | Arguments |
---|---|---|
const char* | hzAttrset::Value | (void) |
Declared in file: hzDocument.h
Defined in file : hzDocXml.cpp
Function Logic:
Function body:
const char* hzAttrset::Value (void) { // Return the attribute name return *m_Pair.value ; }