Definition at line 73 of file oasciistream.cc.
References DATRW_OASCIISTREAM_CC_VERSION.
Referenced by main(), and datrw::online_help().
77 "ASCII writing functions" << std::endl <<
78 "-----------------------" << std::endl <<
82 "Valid format modifiers are:\n";
83 formatmodifiers::ModifierHelp mh(os, 17);
84 mh(
"precision",
"n") <<
85 "Set number of significant digits to \"n\" for\n";
86 mh() <<
"float and double format output.\n";
#define DATRW_OASCIISTREAM_CC_VERSION