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

Declared and defined in file: hzDocument.h

Function Logic:

0:START 1:name type klas rule 2:Return *this

Function body:

hzHtagform& hzHtagform::operator= (hzHtagform& op)
   {
       name = op.name ;
       type = op.type ;
       klas = op.klas ;
       rule = op.rule ;
       return *this ;
   }