#include <Object.h>
Inheritance diagram for clawsoft::Object:
Public Methods | |
const char * | getClassName () |
Returns the name of the current class. | |
Object (const char *n) | |
This constructor sets the name of the current class to n. | |
Protected Methods | |
void | setClassName (const char *n) |
Call this method when you need to set the name of the class you're creating, typically in it's constructor, remember that you must set the classname for every class you create, that way you can have more information while debugging. | |
Object () | |
Default constructor, it only sets is own classnamw to Object. | |
Private Attributes | |
char * | __cls_name |
Stores the name of the current class. |
|
Default constructor, it only sets is own classnamw to Object.
|
|
This constructor sets the name of the current class to n.
|
|
Returns the name of the current class.
|
|
Call this method when you need to set the name of the class you're creating, typically in it's constructor, remember that you must set the classname for every class you create, that way you can have more information while debugging.
|
|
Stores the name of the current class.
|
Authors:
Juan V. Guerrero
Jannette C. Mejia
Juan C. Guevara
Powered by: