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

IG::Lib::CounterVar Class Reference

Inheritance diagram for IG::Lib::CounterVar:
Collaboration diagram for IG::Lib::CounterVar:

List of all members.

Properties

long Value [get, set]
 Gets or sets.
override string TypeName [get]
 Gets the standard name of the type.
override string[] TypeNames [get]

Private Attributes

long _Value = 0
const string _TypeName = "counter"
string[] _TypeNames = {_TypeName, "cont"}

Member Data Documentation

long IG::Lib::CounterVar::_Value = 0 [private]
const string IG::Lib::CounterVar::_TypeName = "counter" [private]
string [] IG::Lib::CounterVar::_TypeNames = {_TypeName, "cont"} [private]

Property Documentation

long IG::Lib::CounterVar::Value [get, set]

Gets or sets.

override string IG::Lib::CounterVar::TypeName [get]

Gets the standard name of the type.

Reimplemented from IG::Lib::VarTypeBase.

override string [] IG::Lib::CounterVar::TypeNames [get]

Reimplemented from IG::Lib::VarTypeBase.


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