5 #include <libutl/String.h> 38 return getFlag(flg_owner);
45 setFlag(flg_owner, owner);
#define UTL_CLASS_DEFID
Default init() and deInit() (which are merely place-holders).
Mix-in to provide 64-bits for space-efficient storage of up to 64 boolean flags.
#define UTL_CLASS_DECL_ABC(DC, BC)
Declaration of standard UTL++ functionality for an abstract base class (ABC).
void setOwner(bool owner)
Set the owner flag.
Abstraction for object->object mapping.
bool isOwner() const
Get the owner flag.
Root of UTL++ class hierarchy.