GiNaC 1.8.7
|
Base class for print_contexts. More...
#include <print.h>
Public Member Functions | |
print_context (std::ostream &, unsigned options=0) | |
virtual | ~print_context () |
Public Attributes | |
std::ostream & | s |
stream to output to More... | |
unsigned | options |
option flags More... | |
GiNaC::print_context::print_context | ( | std::ostream & | os, |
unsigned | options = 0 |
||
) |
|
inlinevirtual |
std::ostream& GiNaC::print_context::s |
stream to output to
Definition at line 109 of file print.h.
Referenced by GiNaC::numeric::print_numeric().
unsigned GiNaC::print_context::options |
option flags
Definition at line 110 of file print.h.
Referenced by GiNaC::get_print_options(), GiNaC::set_print_context(), and GiNaC::set_print_options().