IMP::TextInput Class Reference
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
|
Public Member Functions |
std::string | get_name () const |
| TextInput (std::istream &out, std::string name="C++ stream") |
| TextInput (std::string file_name) |
The documentation for this class was generated from the following files: