|
libcsdbg
1.28
C++ exception (and generic) stack trace debug library
|
This abstract class serves as the root of the class hierarchy tree. More...
#include <object.hpp>
Inheritance diagram for csdbg::object:
Collaboration diagram for csdbg::object:Public Member Functions | |
| virtual | ~object ()=0 |
| To be implemented. More... | |
| virtual object * | clone () const =0 |
| To be implemented. More... | |
| virtual const i8 * | class_name () const |
| Query the class name of an object descending from csdbg::object. More... | |
This abstract class serves as the root of the class hierarchy tree.
Definition at line 17 of file object.hpp.