|
GiNaC 1.8.9
|
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 | |
| unsigned | options |
| option flags | |
| 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 108 of file print.h.
Referenced by GiNaC::function::print(), and GiNaC::numeric::print_numeric().
| unsigned GiNaC::print_context::options |
option flags
Definition at line 109 of file print.h.
Referenced by GiNaC::get_print_options(), GiNaC::set_print_context(), and GiNaC::set_print_options().