#include <btTypeInfo.h>
Public Methods | |
| TypeInfo (const char *classname) | |
| const char* | name () const |
| bool | nameIs (const char *some_name) const |
NAME: TypeInfo - run-time information about the type of class object
DESCRIPTION:
The class provides run-time information about the type of class object, and is based on Stroustrup's similar idea in the C++ Programming Language, 2nd ed.
|
|
There is one constructor which takes the classname as argument. |
|
|
returns the classname |
|
|
checks if the classname connected to this "TypeInfo" object equals the supplied classname. |