21int definp_int(
const std::string& str = std::string());
25long set_position(
const std::string& word, std::istream& istrm,
int s_rewind,
46 int fs_print = 1,
int fs_short = 0)
57 mfunnamep(
"template< class T > definp_any_par(...)");
59 "before input of variable named " << word <<
'\n',
mcerr);
65 (*(dep.
istrm)) >> inp;
68 Imcout <<
"definp_any_par: " << word <<
' ' << inp <<
'\n';
71 "after input of variable named "
72 << word <<
"\nwhose input value is " << inp <<
'\n',
77#define DEFINPPAREND dep
78#define DEFINPAP(name) definp_any_par(name, std::string(#name "="), DEFINPPAREND)
#define check_econd11a(a, signb, add, stream)
#define mfunnamep(string)
definp_endpar(std::istream *fistrm, int fs_rewind, int fs_req_sep, int fs_print=1, int fs_short=0)
int definp_int(const std::string &str)
long set_position(const std::string &word, std::istream &istrm, int s_rewind, int s_req_sep)
void definp_any_par(T &inp, const std::string &word, const definp_endpar &dep, int fs_short=0)