IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
Vartypes.cs File Reference

Classes

class  IG.Lib.VarTypeBase
 DO NOT USE! The base class implementing the IVarType interface. More...
 
class  IG.Lib.CounterVar
 
class  IG.Lib.ScalarVar
 Scalar variable. More...
 
interface  IG.Lib.ITypeName
 Classes that provide separate type names. Classes used e.g. in interpreter systems to represent types of variables, implement this interface. More...
 
interface  IG.Lib.IFromXml
 Defines classes whose instances can be converted to Xml elements. Conversion is different from that used in serialization. More...
 
interface  IG.Lib.IToXml
 Defines classes whose instances can be created from Xml elements. Conversion is different from that used in serialization. More...
 
interface  IG.Lib.IXmlConvertable
 Defines classes that can be converted to/from Xml elements. More...
 
interface  IG.Lib.IStringParsable
 Defines classes that can be converted to strings and whose values can be parsed from strings. This is used e.g. in interpreters and in variable storage systems. More...
 
interface  IG.Lib.IVarType
 Defines classes that can represent variables of different types. Used e.g. in interpreters and variable storing systems. More...
 
class  IG.Lib.vartypes
 

Namespaces

package  IG.Lib