SST/macro
Static Public Member Functions | Static Protected Attributes | List of all members
sprockit::output Class Reference

#include <output.h>

Collaboration diagram for sprockit::output:
Collaboration graph

Static Public Member Functions

static std::ostream & out0 ()
 
static std::ostream & outn ()
 
static std::ostream & err0 ()
 
static std::ostream & errn ()
 
static void init_out0 (std::ostream *out0)
 
static void init_outn (std::ostream *outn)
 
static void init_err0 (std::ostream *err0)
 
static void init_errn (std::ostream *errn)
 

Static Protected Attributes

static std::ostream * out0_
 
static std::ostream * outn_
 
static std::ostream * err0_
 
static std::ostream * errn_
 

Detailed Description

Definition at line 14 of file output.h.

Member Function Documentation

static std::ostream& sprockit::output::err0 ( )
inlinestatic

Definition at line 28 of file output.h.

References err0_.

Referenced by init_err0().

static std::ostream& sprockit::output::errn ( )
inlinestatic

Definition at line 33 of file output.h.

References errn_.

Referenced by init_errn().

static void sprockit::output::init_err0 ( std::ostream *  err0)
inlinestatic

Definition at line 48 of file output.h.

References err0(), and err0_.

Here is the call graph for this function:

static void sprockit::output::init_errn ( std::ostream *  errn)
inlinestatic

Definition at line 53 of file output.h.

References errn(), and errn_.

Here is the call graph for this function:

static void sprockit::output::init_out0 ( std::ostream *  out0)
inlinestatic

Definition at line 38 of file output.h.

References out0(), and out0_.

Here is the call graph for this function:

static void sprockit::output::init_outn ( std::ostream *  outn)
inlinestatic

Definition at line 43 of file output.h.

References outn(), and outn_.

Here is the call graph for this function:

static std::ostream& sprockit::output::out0 ( )
inlinestatic

Definition at line 18 of file output.h.

References out0_.

Referenced by init_out0().

static std::ostream& sprockit::output::outn ( )
inlinestatic

Definition at line 23 of file output.h.

References outn_.

Referenced by init_outn().

Member Data Documentation

std::ostream* sprockit::output::err0_
staticprotected

Definition at line 60 of file output.h.

Referenced by err0(), and init_err0().

std::ostream* sprockit::output::errn_
staticprotected

Definition at line 61 of file output.h.

Referenced by errn(), and init_errn().

std::ostream* sprockit::output::out0_
staticprotected

Definition at line 58 of file output.h.

Referenced by init_out0(), and out0().

std::ostream* sprockit::output::outn_
staticprotected

Definition at line 59 of file output.h.

Referenced by init_outn(), and outn().


The documentation for this class was generated from the following file: