| Return Type | Function name | Arguments |
|---|---|---|
| ostream& | operator<< | (ostream&,const hzEmaddr&,) |
Declared and defined in file: hzEmaddr.cpp
Function Logic:
Function body:
ostream& operator<< (ostream& os, const hzEmaddr& obj)
{
_hzfunc("operator<<(ostream,hzEmaddr)") ;
os << *obj ;
return os ;
}