IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Lib::ITypeName Interface Reference

Classes that provide separate type names. Classes used e.g. in interpreter systems to represent types of variables, implement this interface. More...

Inheritance diagram for IG::Lib::ITypeName:

List of all members.

Properties

string TypeName [get]
 Gets the standard name of the type.
string[] TypeNames [get]

Detailed Description

Classes that provide separate type names. Classes used e.g. in interpreter systems to represent types of variables, implement this interface.


Property Documentation

string IG::Lib::ITypeName::TypeName [get]

Gets the standard name of the type.

Implemented in IG::Lib::VarTypeBase, IG::Lib::CounterVar, and IG::Lib::ScalarVar.

string [] IG::Lib::ITypeName::TypeNames [get]

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events