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

CommandlineApplicationInterpreter.cs File Reference

Classes

interface  IG::Lib::ICommandLineApplicationInterpreter
 Interface for simple command-line applicatino interpreters. More...
class  IG::Lib::CommandLineJobContainer
 Carries command execution data, results, and other data such as identification number, etc. Used as job container for parallel execution of interpreter commands. More...
class  IG::Lib::CommandLineApplicationInterpreter
 Simple command-line application interpreters, holds a set of commands that can be executed by name. Each of these command can take an arbitrary number of string arguments. Interpreter has its internal variables, which are strings. Each variable has a name and a value. If any arguments (and even command) start with the '$' character then then it is treated as reference to a variable and is substituted with the value of that variable (whose name follows the '$' character) before it is used. More...

Namespaces

namespace  IG::Lib
 All Classes Namespaces Files Functions Variables Enumerations Properties Events