Return Type | Function name | Arguments |
---|---|---|
const hzDomain | hzAtom::Domain | (void) |
Declared in file: hzDatabase.h
Defined in file : hzAtom.cpp
Function Logic:
Function body:
const hzDomain hzAtom::Domain (void) { if (m_eStatus == ATOM_SET && m_eType == BASETYPE_DOMAIN) { hzDomain dom ; hzDomain tmp ; tmp._int_set(m_Data.m_uInt32) ; dom = tmp ; tmp._int_clr() ; return dom ; } return _hz_null_hzDomain ; }