| Return Type | Function name | Arguments |
|---|---|---|
| hzHtagform& | hzHtagform::operator= | (hzHtagform&,) |
Declared and defined in file: hzDocument.h
Function Logic:
Function body:
hzHtagform& hzHtagform::operator= (hzHtagform& op)
{
name = op.name ;
type = op.type ;
klas = op.klas ;
rule = op.rule ;
return *this ;
}