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

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.

Detailed Description

This immutable class contains information about data type.

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.

Since
9.12.288

Member Function Documentation

◆ getName()

std::string isys::CType::getName ( )
inline

Returns type name.

Since
9.12.288

◆ getType()

SType2 isys::CType::getType ( )
inline

Returns type information.

Since
9.12.288