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

class for FCFormat Output More...

#include <HEP.h>

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

Public Member Functions

 FCFormat (ostream &os, unsigned opt=0)
 
template<class T >
const FCFormatoperator<< (const T &v) const
 
const FCFormatoperator<< (const basic &v) const
 
const FCFormatoperator<< (const ex &v) const
 
const FCFormatoperator<< (const lst &v) const
 
const FCFormatoperator<< (std::ostream &(*v)(std::ostream &)) const
 
const FCFormatoperator<< (const matrix &v) const
 
const FCFormatoperator<< (const exvector &v) const
 
const FCFormatoperator<< (const exmap &v) const
 
const FCFormatoperator<< (const exset &v) const
 

Static Public Member Functions

static void ncmul_print (const ncmul &p, const FCFormat &c, unsigned level=0)
 

Detailed Description

class for FCFormat Output

Definition at line 71 of file HEP.h.

Constructor & Destructor Documentation

◆ FCFormat()

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

Definition at line 66 of file Basic.cpp.

Member Function Documentation

◆ ncmul_print()

void HepLib::FCFormat::ncmul_print ( const ncmul &  p,
const FCFormat c,
unsigned  level = 0 
)
static

Definition at line 163 of file Basic.cpp.

◆ operator<<() [1/9]

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

Definition at line 70 of file Basic.cpp.

◆ operator<<() [2/9]

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

Definition at line 74 of file Basic.cpp.

◆ operator<<() [3/9]

const FCFormat & HepLib::FCFormat::operator<< ( const exmap &  v) const

Definition at line 134 of file Basic.cpp.

◆ operator<<() [4/9]

const FCFormat & HepLib::FCFormat::operator<< ( const exset &  v) const

Definition at line 119 of file Basic.cpp.

◆ operator<<() [5/9]

const FCFormat & HepLib::FCFormat::operator<< ( const exvector &  v) const

Definition at line 104 of file Basic.cpp.

◆ operator<<() [6/9]

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

Definition at line 78 of file Basic.cpp.

◆ operator<<() [7/9]

const FCFormat & HepLib::FCFormat::operator<< ( const matrix &  v) const

Definition at line 87 of file Basic.cpp.

◆ operator<<() [8/9]

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

Definition at line 77 of file HEP.h.

◆ operator<<() [9/9]

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

Definition at line 82 of file Basic.cpp.


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