Input utility. Opens stdIn with "-". Closes upon destruction.  
 More...
#include <Input.h>
|  | 
|  | Input (const std::string &filename, Logger::level_t errorSensivity=LOG_ERR) | 
|  | Opens stdIn with "-". 
 | 
|  | 
|  | ~Input () | 
|  | Closes upon destruction. 
 | 
|  | 
|  | operator std::istream & () | 
|  | 
|  | operator bool () | 
|  | 
| void | open (const std::string &filename, Logger::level_t errorSensivity=LOG_ERR) | 
|  | 
Input utility. Opens stdIn with "-". Closes upon destruction. 
Note: This class does nout (yet) support format strings of arbitrary size. (output str length has limited size). 
The documentation for this class was generated from the following files:
- src/drain/util/Input.h
- src/drain/util/Input.cpp