This immutable class contains information about data type. More...
#include <CDataController.h>
Public Member Functions | |
| CType (const std::string &name, const SType2 *type) | |
| Instantiates object. | |
| std::string | getName () |
| Returns type name. | |
| SType2 | getType () |
| Returns type information. | |
This immutable class contains information about data type.
|
inline |
Instantiates object.
Constructor is not intended to be used by clients.
|
inline |
Returns type name.
|
inline |
Returns type information.