HepLib
Classes | Public Member Functions | Public Attributes | List of all members
HepLib::SD::ExFormat Class Reference

#include <SD.h>

Inheritance diagram for HepLib::SD::ExFormat:
Inheritance graph
[legend]
Collaboration diagram for HepLib::SD::ExFormat:
Collaboration graph
[legend]

Classes

class  _init
 

Public Member Functions

 ExFormat (ostream &os, const string &s="L", unsigned opt=0)
 
template<class T >
const ExFormatoperator<< (const T &v) const
 
const ExFormatoperator<< (const basic &v) const
 
const ExFormatoperator<< (const ex &v) const
 
const ExFormatoperator<< (const lst &v) const
 
const ExFormatoperator<< (std::ostream &(*v)(std::ostream &)) const
 

Public Attributes

string suffix
 
string type = "ex"
 
string MQuote = "\""
 

Detailed Description

Definition at line 331 of file SD.h.

Constructor & Destructor Documentation

◆ ExFormat()

HepLib::SD::ExFormat::ExFormat ( ostream &  os,
const string &  s = "L",
unsigned  opt = 0 
)

Definition at line 88 of file ExFormat.cpp.

Member Function Documentation

◆ operator<<() [1/5]

const ExFormat & HepLib::SD::ExFormat::operator<< ( const basic &  v) const

Definition at line 13 of file ExFormat.cpp.

◆ operator<<() [2/5]

const ExFormat & HepLib::SD::ExFormat::operator<< ( const ex &  v) const

Definition at line 17 of file ExFormat.cpp.

◆ operator<<() [3/5]

const ExFormat & HepLib::SD::ExFormat::operator<< ( const lst &  v) const

Definition at line 21 of file ExFormat.cpp.

◆ operator<<() [4/5]

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

Definition at line 339 of file SD.h.

◆ operator<<() [5/5]

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

Definition at line 25 of file ExFormat.cpp.

Member Data Documentation

◆ MQuote

string HepLib::SD::ExFormat::MQuote = "\""

Definition at line 337 of file SD.h.

◆ suffix

string HepLib::SD::ExFormat::suffix

Definition at line 335 of file SD.h.

◆ type

string HepLib::SD::ExFormat::type = "ex"

Definition at line 336 of file SD.h.


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