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

IG::Lib::CommandUseReference Class Reference

A reference of command usage, contains ID of the interpreter where a command is registered, and command name under which command is registered on that interpreter. Objects of this class are immutable. More...

List of all members.

Public Member Functions

 CommandUseReference (int interpreterId, string commandName)
 Creates a new command reference.

Properties

int InterpreterId [get]
 Gets ID of the interpreter where the command is registered.
string CommandName [get]
 Gets the command name under which command is registered in a specific interpreter.

Private Member Functions

 CommandUseReference ()
int IComparable
< CommandUseReference >. 
CompareTo (CommandUseReference other)

Private Attributes

int _interpreterId
string _commandName

Detailed Description

A reference of command usage, contains ID of the interpreter where a command is registered, and command name under which command is registered on that interpreter. Objects of this class are immutable.


Constructor & Destructor Documentation

IG::Lib::CommandUseReference::CommandUseReference ( ) [inline, private]
IG::Lib::CommandUseReference::CommandUseReference ( int  interpreterId,
string  commandName 
) [inline]

Creates a new command reference.

Parameters:
interpreterId
commandName

Member Function Documentation

int IComparable<CommandUseReference>. IG::Lib::CommandUseReference::CompareTo ( CommandUseReference  other) [inline, private]

Member Data Documentation


Property Documentation

int IG::Lib::CommandUseReference::InterpreterId [get]

Gets ID of the interpreter where the command is registered.

string IG::Lib::CommandUseReference::CommandName [get]

Gets the command name under which command is registered in a specific interpreter.


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