libcsdbg  1.28
C++ exception (and generic) stack trace debug library
csdbg::object Class Referenceabstract

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 objectclone () const =0
 To be implemented. More...
 
virtual const i8class_name () const
 Query the class name of an object descending from csdbg::object. More...
 

Detailed Description

This abstract class serves as the root of the class hierarchy tree.

Definition at line 17 of file object.hpp.


The documentation for this class was generated from the following files: