amroc/amr/IO/src/control-device.C File Reference
Implementation of ControlDevice.
More...
#include "control-device.h"
#include "istream-control-device.h"
#include "read-parameters.h"
#include <iosfwd>
#include <string>
#include <iostream>
#include <climits>
#include <cctype>
#include <fstream>
#include <sstream>
#include "command-line.h"
Classes |
class | multi_istream_control_device |
Functions |
ControlDevice | GetStreamDevice (std::istream *in, const std::string &name) |
ControlDevice | GetFileControlDevice (const std::string &filename, const std::string &name) |
ControlDevice | GetFileControlDevice (const char *filename, const std::string &name) |
ControlDevice | GetDuplexControlDevice (std::istream &in2, const char *filename, const std::string &name) |
ControlDevice | GetDuplexControlDevice (std::istream *in2, const char *filename, const std::string &name) |
ControlDevice | GetDuplexControlDevice (std::istream &in2, const std::string &filename, const std::string &name) |
ControlDevice | GetCommandlineAndFileControlDevice (int argc, char *argv[], const std::string &filename, const std::string &name) |
Detailed Description
Implementation of ControlDevice.
- Author:
- Guntram Berti
- Date:
- 1997
Function Documentation
ControlDevice GetCommandlineAndFileControlDevice |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
const std::string & |
filename, |
|
|
const std::string & |
name | |
|
) |
| | |
ControlDevice GetDuplexControlDevice |
( |
std::istream & |
in2, |
|
|
const std::string & |
filename, |
|
|
const std::string & |
name | |
|
) |
| | |
ControlDevice GetDuplexControlDevice |
( |
std::istream * |
in2, |
|
|
const char * |
filename, |
|
|
const std::string & |
name | |
|
) |
| | |
ControlDevice GetDuplexControlDevice |
( |
std::istream & |
in2, |
|
|
const char * |
filename, |
|
|
const std::string & |
name | |
|
) |
| | |
ControlDevice GetFileControlDevice |
( |
const char * |
filename, |
|
|
const std::string & |
name | |
|
) |
| | |
ControlDevice GetFileControlDevice |
( |
const std::string & |
filename, |
|
|
const std::string & |
name | |
|
) |
| | |
ControlDevice GetStreamDevice |
( |
std::istream * |
in, |
|
|
const std::string & |
name | |
|
) |
| | |