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 61 of file writeany.cc.
References datrw::anyID(), debug(), open(), and datrw::util::report_deprecated().
65 "const Eformat& format)",
66 "this constructor does not support format modifiers");
67 std::string fm(
anyID(format));
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::ostream &os, std::string format, const bool &debug=false)
actually open stream (to be called by constructor)