IMP
2.1.0
The Integrative Modeling Platform
|
#include <IMP/base/file.h>
Public Member Functions | |
TextInput (std::string file_name) | |
TextInput (std::istream &out, std::string name="C++ stream") | |
std::string | get_name () const |
IMP_SAFE_BOOL (TextInput, in_ &&in_->get_stream()) | |
IMP_SHOWABLE_INLINE (TextInput, out<< get_name()) | |
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.
Definition at line 86 of file base/file.h.