Previous: , Up: C++ Report Reference   [Contents][Index]


5.4.4 C++ Report Output Reference

C++ Type: io::output_type

This enumeration represents the output format (see Report Output.) The following values are defined by this enumeration class:

  • console
  • lisp
  • text

C++ Type: io::output_stat

This enumeration represent the print option for a statistical values (see Report Output.) The following values are defined by this enumeration class:

  • none
  • mean
  • variance
  • std_deviation

C++ Struct: io::output_values \d

Customized output.


C++ Function: io::output_values io::default_output_values ()

Default output values.



C++ Function: void io::default_output_values (io::output_values const& values)

Preconditions:

  1. values is a valid object.

Effects:

  1. Any value provided to this function previously stop taking effect.
  2. Store the contents of values for its later usage.

Postconditions:

  1. The default print operations will use the provided values.