This utility class is used to print only on node 0 and to provide attractive indentation of output.
More...
#include <util/misc/formio.h>
|
static std::ios & | indent (std::ios &o) |
|
static std::ios & | decindent (std::ios &o) |
|
static std::ios & | incindent (std::ios &o) |
|
static std::ios & | skipnextindent (std::ios &o) |
|
static void | setverbose (std::ios &o, long v) |
|
static long | getverbose (std::ios &o) |
|
static void | setindent (std::ios &o, long column) |
|
static long | getindent (std::ios &o) |
|
static int | set_printnode (int) |
|
static int | get_printnode () |
|
static void | set_debug (int) |
|
static int | get_debug () |
|
static void | init_mp (int me) |
|
static int | get_node () |
|
static void | set_default_basename (const char *) |
|
static const char * | default_basename () |
|
static char * | fileext_to_filename (const char *extension) |
|
static std::string | fileext_to_filename_string (const char *extension) |
|
static void | init_ostream (std::ostream &) |
|
static std::ostream & | license (std::ostream &) |
|
static std::ostream & | warranty (std::ostream &) |
|
static std::ostream & | copyright (std::ostream &) |
|
This utility class is used to print only on node 0 and to provide attractive indentation of output.
The documentation for this class was generated from the following file: