Return TypeFunction nameArguments
boolhzXbuf::operator!(void)

Declared and defined in file: hzXbuf.h

Function Logic:

Function body:

bool hzXbuf::operator! (void)
                                   { return Size() > 0? false : true ; }