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

Base class for print_contexts. More...

#include <print.h>

Inheritance diagram for GiNaC::print_context:
GiNaC::print_csrc GiNaC::print_dflt GiNaC::print_latex GiNaC::print_python GiNaC::print_python_repr GiNaC::print_tree GiNaC::print_csrc_cl_N GiNaC::print_csrc_double GiNaC::print_csrc_float

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...
 

Detailed Description

Base class for print_contexts.

Definition at line 102 of file print.h.

Constructor & Destructor Documentation

◆ print_context()

GiNaC::print_context::print_context ( std::ostream &  os,
unsigned  options = 0 
)

Definition at line 44 of file print.cpp.

◆ ~print_context()

virtual GiNaC::print_context::~print_context ( )
inlinevirtual

Definition at line 107 of file print.h.

Member Data Documentation

◆ s

std::ostream& GiNaC::print_context::s

stream to output to

Definition at line 109 of file print.h.

Referenced by GiNaC::numeric::print_numeric().

◆ options

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().


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.