2 #define _CSDBG_OBJECT 1
25 virtual object*
clone()
const = 0;
This abstract class serves as the root of the class hierarchy tree.
char i8
8-bit signed integer
Library configuration, type, macro and global variable definition.
virtual object * clone() const =0
To be implemented.
virtual ~object()=0
To be implemented.
virtual const i8 * class_name() const
Query the class name of an object descending from csdbg::object.