Public Member Functions | Protected Attributes | List of all members
Input Class Reference

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
 

Detailed Description

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: