GiNaC 1.8.7
Public Member Functions | Public Attributes | List of all members
GiNaC::print_tree Class Reference

Context for tree-like output for debugging. More...

#include <print.h>

Inheritance diagram for GiNaC::print_tree:
GiNaC::print_context

Public Member Functions

 print_tree (unsigned d)
 
 print_tree (std::ostream &, unsigned options=0, unsigned d=4)
 
- Public Member Functions inherited from GiNaC::print_context
 print_context (std::ostream &, unsigned options=0)
 
virtual ~print_context ()
 

Public Attributes

const unsigned delta_indent
 size of indentation step More...
 
- Public Attributes inherited from GiNaC::print_context
std::ostream & s
 stream to output to More...
 
unsigned options
 option flags More...
 

Detailed Description

Context for tree-like output for debugging.

Definition at line 146 of file print.h.

Constructor & Destructor Documentation

◆ print_tree() [1/2]

GiNaC::print_tree::print_tree ( unsigned  d)

Definition at line 71 of file print.cpp.

◆ print_tree() [2/2]

GiNaC::print_tree::print_tree ( std::ostream &  os,
unsigned  options = 0,
unsigned  d = 4 
)

Definition at line 73 of file print.cpp.

Member Data Documentation

◆ delta_indent

const unsigned GiNaC::print_tree::delta_indent

size of indentation step

Definition at line 153 of file print.h.


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

This page is part of the GiNaC developer's reference. It was generated automatically by doxygen. For an introduction, see the tutorial.