|
Input utility. Opens stdIn with "-". Closes upon destruction. More...
#include <Input.h>
Public Member Functions | |
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) |
Protected Attributes | |
std::ifstream | ifstr |
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).