In file src/H_Variable.h:

class HExecutableSet: public HExecutable


Inheritance:


Public Methods

[more]virtual ~HExecutableSet()
[more]void serialize(ostream &out)
[more]virtual void exec(const Command &c)
[more]HVariable& get(const string &variable)
[more]void add(HVariable *variable)

Private Fields

[more]map<string,HVariable *> Map


Inherited from HExecutable:


Documentation

ovirtual ~HExecutableSet()

ovoid serialize(ostream &out)

ovirtual void exec(const Command &c)

oHVariable& get(const string &variable)

ovoid add(HVariable *variable)

omap<string,HVariable *> Map


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.