IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Classes | |
class | IG::Lib::CommandLineApplicationScriptInterpreter |
Command-line interpreters adapted for executing script commands. More... | |
interface | IG::Lib::ILoadableScript |
Interface for classes that can be dynamically loadeded from scripts and run, which provides functionality of dynamic scripting. It is recommendable to derive all such classes from the LoadableScriptBase base class. More... | |
class | IG::Lib::LoadableScriptBase |
Base class for classes that can be dynamically loadeded from scripts and run, which provides functionality of dynamic scripting. It is recommendable to derive all such classes that implement the ILoadableScript interface from this base class. More... | |
class | IG::Lib::LoadableScriptBase::Script_CommandAdapter |
Adapts that converts internal script commands (delegate of type Script_CommandDelegate) to interpreter commands. This adapter enables definition of script internal commands in a simple form and installation of them on internal interpreter, which requires command delegate of type . More... | |
class | IG::Lib::LoadableScriptBase::StoredScriptSettings |
In methods of this class you will find all the settings that apply to this script. More... | |
Namespaces | |
namespace | IG::Lib |