winIDEA SDK
isys::CTypedef Class Reference

Description

This immutable class contains information about typedef.

#include <CDataController.h>

Public Member Functions

 CTypedef (const std::string &typedefName, const std::string &typeName)
 Instantiates object. More...
 
std::string getTypedefName ()
 Returns typedef name.
 
std::string getTypeName ()
 Returns type name.
 

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.