| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode& | hzEcode::operator= | (hzEcode,) |
Declared and defined in file: hzErrcode.h
Function Logic:
Function body:
hzEcode& hzEcode::operator= (hzEcode v)
{ m_code = v.m_code ; return *this ; }