GiNaC 1.8.9
|
Context for tree-like output for debugging. More...
#include <print.h>
Public Member Functions | |
print_tree (unsigned d) | |
print_tree (std::ostream &, unsigned options=0, unsigned d=4) | |
![]() | |
print_context (std::ostream &, unsigned options=0) | |
virtual | ~print_context () |
Public Attributes | |
const unsigned | delta_indent |
size of indentation step | |
![]() | |
std::ostream & | s |
stream to output to | |
unsigned | options |
option flags | |
GiNaC::print_tree::print_tree | ( | unsigned | d | ) |
Definition at line 71 of file print.cpp.
References delta_indent, and GiNaC::print_context::print_context().
GiNaC::print_tree::print_tree | ( | std::ostream & | os, |
unsigned | options = 0, | ||
unsigned | d = 4 ) |
Definition at line 73 of file print.cpp.
References delta_indent, and GiNaC::print_context::print_context().
const unsigned GiNaC::print_tree::delta_indent |
size of indentation step
Definition at line 152 of file print.h.
Referenced by GiNaC::basic::do_print_tree(), GiNaC::clifford::do_print_tree(), GiNaC::container< C >::do_print_tree(), GiNaC::expairseq::do_print_tree(), GiNaC::fderivative::do_print_tree(), GiNaC::idx::do_print_tree(), GiNaC::indexed::do_print_tree(), GiNaC::pseries::do_print_tree(), GiNaC::spinidx::do_print_tree(), GiNaC::symmetry::do_print_tree(), GiNaC::varidx::do_print_tree(), GiNaC::expair::print(), print_tree(), and print_tree().