IOSS 2.0
|
Functions | |
static void | Ioss::Utils::set_all_streams (std::ostream &out_stream) |
set the stream for all streams (output, debug, and warning) to the specified out_stream | |
static IOSS_NODISCARD std::ostream & | Ioss::Utils::get_debug_stream () |
get the debug stream. | |
static IOSS_NODISCARD std::ostream & | Ioss::Utils::get_warning_stream () |
get the warning stream. | |
static IOSS_NODISCARD std::ostream & | Ioss::Utils::get_output_stream () |
get the output stream. | |
static IOSS_NODISCARD std::string & | Ioss::Utils::get_warning_text () |
static void | Ioss::Utils::set_output_stream (std::ostream &output_stream) |
set the output stream to the specified output_stream | |
static void | Ioss::Utils::set_debug_stream (std::ostream &debug_stream) |
set the debug stream to the specified debug_stream | |
static void | Ioss::Utils::set_warning_stream (std::ostream &warning_stream) |
set the warning stream to the specified warning_stream | |
static void | Ioss::Utils::set_pre_warning_text (const std::string &text) |
set the pre-warning text Sets the text output prior to a warning to the specified text. Pass an empty string to disable this. Default is "\nIOSS WARNING: " | |
|
static |
get the debug stream.
|
static |
get the output stream.
|
static |
get the warning stream.
|
inlinestatic |
|
static |
set the stream for all streams (output, debug, and warning) to the specified out_stream
|
static |
set the debug stream to the specified debug_stream
|
static |
set the output stream to the specified output_stream
|
inlinestatic |
set the pre-warning text Sets the text output prior to a warning to the specified text. Pass an empty string to disable this. Default is "\nIOSS WARNING: "
|
static |
set the warning stream to the specified warning_stream