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