HepLib
|
class for Mathematica Format Output More...
#include <BASIC.h>
Public Member Functions | |
MMAFormat (ostream &os, unsigned opt=0) | |
template<class T > | |
const MMAFormat & | operator<< (const T &v) const |
const MMAFormat & | operator<< (const basic &v) const |
const MMAFormat & | operator<< (const ex &v) const |
const MMAFormat & | operator<< (const lst &v) const |
const MMAFormat & | operator<< (std::ostream &(*v)(std::ostream &)) const |
const MMAFormat & | operator<< (const matrix &v) const |
const MMAFormat & | operator<< (const exvector &v) const |
const MMAFormat & | operator<< (const exmap &v) const |
const MMAFormat & | operator<< (const exset &v) const |
HepLib::MMAFormat::MMAFormat | ( | ostream & | os, |
unsigned | opt = 0 |
||
) |
const MMAFormat & HepLib::MMAFormat::operator<< | ( | const basic & | v | ) | const |
const MMAFormat & HepLib::MMAFormat::operator<< | ( | const ex & | v | ) | const |
const MMAFormat & HepLib::MMAFormat::operator<< | ( | const exmap & | v | ) | const |
const MMAFormat & HepLib::MMAFormat::operator<< | ( | const exset & | v | ) | const |
const MMAFormat & HepLib::MMAFormat::operator<< | ( | const exvector & | v | ) | const |
const MMAFormat & HepLib::MMAFormat::operator<< | ( | const lst & | v | ) | const |
const MMAFormat & HepLib::MMAFormat::operator<< | ( | const matrix & | v | ) | const |
|
inline |
const MMAFormat & HepLib::MMAFormat::operator<< | ( | std::ostream &(*)(std::ostream &) | v | ) | const |