Hydrogen - Linux Drum Machine |
#include <Object.h>
Inheritance diagram for Object:
Public Member Functions | |
Object () | |
Constructor. | |
Object (const Object &obj) | |
Copy constructor. | |
virtual | ~Object () |
Destructor. | |
virtual string | getClassName ()=0 |
Return the class name. | |
void | infoLog (string msg) |
void | warningLog (string msg) |
void | errorLog (string msg) |
Static Public Member Functions | |
uint | getNObjects () |
Return the number of Objects not deleted. | |
Private Attributes | |
Logger | logger |
Static Private Attributes | |
uint | nObjects = 0 |