winIDEA SDK
isys::CType Class Reference

Description

This immutable class contains information about data type.

#include <CDataController.h>

Public Member Functions

 CType (const std::string &name, const SType2 *type)
 Instantiates object. More...
 
std::string getName ()
 Returns type name.
 
SType2 getType ()
 Returns type information.
 

Constructor & Destructor Documentation

◆ CType()

isys::CType::CType ( const std::string &  name,
const SType2 *  type 
)
inline

Instantiates object.

Constructor is not intended to be used by clients.