Return TypeFunction nameArguments
hzEcode&hzEcode::operator=(hzEcode,)

Declared and defined in file: hzErrcode.h

Function Logic:

0:START 1:m_code 2:Return *this

Function body:

hzEcode& hzEcode::operator= (hzEcode v)
                                           { m_code = v.m_code ; return *this ; }