#include <iostream.h>
#include <string>
#include "IO/mutator.h"
Include dependency graph for control-device.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | control_device_impl |
| implementation class ("letter"). More... | |
| class | ControlDevice |
| envelope class. More... | |
Functions | |
| template<class T> void | RegisterAt (ControlDevice &Ctrl, std::string const &name, T &t) |
| register variable t to ControlDevice. More... | |
| template<class T> void | RegisterAt (ControlDevice &Ctrl, char const *name, T &t) |
| register variable t to ControlDevice. More... | |
| ControlDevice | GetStreamDevice (istream *in, std::string const &name="") |
| a simple ControlDevice that reads name-value-pairs from a stream. More... | |
| ControlDevice | GetFileControlDevice (char const *filename, std::string const &name) |
| a simple ControlDevice that reads name-value-pairs from a file. More... | |
| ControlDevice | GetCommandlineAndFileControlDevice (int argc, char *argv[], std::string const &filename, std::string const &name) |
| ControlDevice that first reads from file and then from command line. More... | |
| ControlDevice | GetDuplexControlDevice (std::istream &in2, char const *filename, std::string const &name) |
| ControlDevice that reads from given a stream and from a file. More... | |
| ControlDevice | GetDuplexControlDevice (std::istream &in2, std::string const &filename, std::string const &name) |
Parameters may for instance be
Definition in file control-device.h.
|
||||||||||||||||||||
|
register variable t to ControlDevice.
Definition at line 77 of file control-device.h. References ControlDevice::add. |
|
||||||||||||||||||||
|
register variable t to ControlDevice.
Definition at line 85 of file control-device.h. References ControlDevice::add. |
|
||||||||||||
|
a simple ControlDevice that reads name-value-pairs from a stream.
|
|
||||||||||||
|
a simple ControlDevice that reads name-value-pairs from a file.
|
|
||||||||||||||||||||
|
ControlDevice that first reads from file and then from command line.
|
|
||||||||||||||||
|
ControlDevice that reads from given a stream and from a file.
|
|
||||||||||||||||
|
|
1.2.11-20011104 written by Dimitri van Heesch,
© 1997-2000