Base class for Hypertable client objects. More...
#include <ClientObject.h>
Public Member Functions | |
virtual | ~ClientObject () |
Destructor. More... | |
Base class for Hypertable client objects.
Client objects that are allocated and returned by the Client library are derived from this class which allows applications to create generic containers to hold heterogenous client objects.
Definition at line 44 of file ClientObject.h.
|
inlinevirtual |
Destructor.
Definition at line 47 of file ClientObject.h.