| Return Type | Function name | Arguments |
|---|---|---|
| int32_t | hzAtom::operator int32_t | (void) |
Declared and defined in file: hzDatabase.h
Function Logic:
Function body:
int32_t hzAtom::operator int32_t (void)
{ return m_Data.m_sInt32 ; }