This immutable class contains information about typedef. More...
#include <CDataController.h>
Public Member Functions | |
| CTypedef (const std::string &typedefName, const std::string &typeName) | |
| Instantiates object. | |
| std::string | getTypedefName () |
| Returns typedef name. | |
| std::string | getTypeName () |
| Returns type name. | |
This immutable class contains information about typedef.
|
inline |
Instantiates object.
Constructor is not intended to be used by clients.