57 void set_file(FILE* in_fp);
58 void set_stream(std::ostream& os);
60 void endl(
int n_lines = 1);
64 void set_indent(
int n = 0);
66 void line(
const char* in_str);
67 void string(
const char* in_str,
bool require_endl =
false);
68 void real(nec_float in_nec_float);
69 void real_out(
int w,
int p, nec_float f,
bool sci =
true);
70 void integer(
long in_integer);
72 void set_error_mode(
bool f);
74 void nec_printf(
const char* fmt, ...);
82 void do_output(
const char* str);
85 std::ostream* m_output_os;
86 bool m_require_indent;