|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
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:Properties | |
| string | TypeName [get] |
| Gets the standard name of the type. | |
| string[] | TypeNames [get] |
Classes that provide separate type names. Classes used e.g. in interpreter systems to represent types of variables, implement this interface.
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] |
Implemented in IG::Lib::VarTypeBase, IG::Lib::CounterVar, and IG::Lib::ScalarVar.