HepLib
Public Member Functions | Static Public Member Functions | List of all members
HepLib::FormFormat Class Reference

class for FormFormat Output More...

#include <HEP.h>

Inheritance diagram for HepLib::FormFormat:
Inheritance graph
[legend]
Collaboration diagram for HepLib::FormFormat:
Collaboration graph
[legend]

Public Member Functions

 FormFormat (ostream &os, unsigned opt=0)
 
template<class T >
const FormFormatoperator<< (const T &v) const
 
const FormFormatoperator<< (const basic &v) const
 
const FormFormatoperator<< (const ex &v) const
 
const FormFormatoperator<< (const lst &v) const
 
const FormFormatoperator<< (std::ostream &(*v)(std::ostream &)) const
 

Static Public Member Functions

static void power_print (const power &p, const FormFormat &c, unsigned level=0)
 

Detailed Description

class for FormFormat Output

Definition at line 44 of file HEP.h.

Constructor & Destructor Documentation

◆ FormFormat()

HepLib::FormFormat::FormFormat ( ostream &  os,
unsigned  opt = 0 
)

Definition at line 34 of file Basic.cpp.

Member Function Documentation

◆ operator<<() [1/5]

const FormFormat & HepLib::FormFormat::operator<< ( const basic &  v) const

Definition at line 38 of file Basic.cpp.

◆ operator<<() [2/5]

const FormFormat & HepLib::FormFormat::operator<< ( const ex &  v) const

Definition at line 42 of file Basic.cpp.

◆ operator<<() [3/5]

const FormFormat & HepLib::FormFormat::operator<< ( const lst &  v) const

Definition at line 46 of file Basic.cpp.

◆ operator<<() [4/5]

template<class T >
const FormFormat& HepLib::FormFormat::operator<< ( const T &  v) const
inline

Definition at line 50 of file HEP.h.

◆ operator<<() [5/5]

const FormFormat & HepLib::FormFormat::operator<< ( std::ostream &(*)(std::ostream &)  v) const

Definition at line 50 of file Basic.cpp.

◆ power_print()

void HepLib::FormFormat::power_print ( const power &  p,
const FormFormat c,
unsigned  level = 0 
)
static

Definition at line 55 of file Basic.cpp.


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