Return TypeFunction nameArguments
voidhzPair::operator=(hzPair&,)

Declared and defined in file: hzString.h

Function Logic:

0:START 1:name value 2: No text

Function body:

void hzPair::operator= (hzPair& op)
                                               { name = op.name ; value = op.value ; }