Return TypeFunction nameArguments
ostream&operator<<(ostream&,const hzChain&,)

Declared and defined in file: hzChain.cpp

Function Logic:

0:START 1:!Z.mx 2:Return os 3:zb; 4:write 5:Return os

Function body:

ostream& operator<< (ostream& os, const hzChain& Z)
{
   _hzfunc("std::istream& operator<< hzChain&") ;
   _zblk*      zb ;
   if (!Z.mx)
       return os ;
   for (zb = (_zblk*) Z.mx->m_Begin ; zb ; zb = zb->Next())
       os.write(zb->m_Data, zb->m_nUsage) ;
   return os ;
}