Detailed Description
A TextInput can be implicitly constructed from a C++ stream, a Python filelike object or a path to a file. As a result, those can be passed directly to functions which take a TextInput as an argument.
- See also:
- TextOutput
List of all members.
Public Member Functions |
|
| TextInput (std::string file_name) |
|
| TextInput (std::istream &out, std::string name="C++ stream") |
|
std::string | get_name () const |
|
| operator bool_type () const |
|
void | show (std::ostream &out=std::cout) const |
The documentation for this class was generated from the following file: