winIDEA SDK
Loading...
Searching...
No Matches
isys::CTypedef Class Reference

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.

Detailed Description

This immutable class contains information about typedef.

Constructor & Destructor Documentation

◆ CTypedef()

isys::CTypedef::CTypedef ( const std::string & typedefName,
const std::string & typeName )
inline

Instantiates object.

Constructor is not intended to be used by clients.