deprecated constructor, not taking format modifier
- Deprecated:
- The use of this constructor is deprecated, because it does not allow format modifiers to be passed by the user.
Definition at line 143 of file readany.cc.
References datrw::anyID(), debug(), open(), and datrw::util::report_deprecated().
147 "const Eformat& format)",
148 "this constructor does not support format modifiers");
void report_deprecated(const std::string &function, const std::string &reason)
report deprecated function
Eformat anyID(std::string formatstring)
convert identifier from and to string representation
bool debug()
indicate debug mode
void open(std::istream &os, std::string format, const bool &debug=false)
actually open stream (to be called by constructor)