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

class for Mathematica Format Output More...

#include <BASIC.h>

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

Public Member Functions

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

Detailed Description

class for Mathematica Format Output

Definition at line 843 of file BASIC.h.

Constructor & Destructor Documentation

◆ MMAFormat()

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

Definition at line 2048 of file BASIC.cpp.

Member Function Documentation

◆ operator<<() [1/9]

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

Definition at line 2052 of file BASIC.cpp.

◆ operator<<() [2/9]

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

Definition at line 2056 of file BASIC.cpp.

◆ operator<<() [3/9]

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

Definition at line 2116 of file BASIC.cpp.

◆ operator<<() [4/9]

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

Definition at line 2101 of file BASIC.cpp.

◆ operator<<() [5/9]

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

Definition at line 2086 of file BASIC.cpp.

◆ operator<<() [6/9]

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

Definition at line 2060 of file BASIC.cpp.

◆ operator<<() [7/9]

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

Definition at line 2069 of file BASIC.cpp.

◆ operator<<() [8/9]

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

Definition at line 848 of file BASIC.h.

◆ operator<<() [9/9]

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

Definition at line 2064 of file BASIC.cpp.


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