GM2Calc 2.3.0
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Functions
slhaea.h File Reference

Go to the source code of this file.

Classes

class  SLHAea::Line
 Container of strings that represents a line in a SLHA structure. More...
 
class  SLHAea::Block
 Container of Lines that resembles a block in a SLHA structure. More...
 
struct  SLHAea::Block::key_matches
 Unary predicate that checks if a provided key matches a Line. More...
 
class  SLHAea::Coll
 Container of Blocks that resembles a complete SLHA structure. More...
 
struct  SLHAea::Coll::key_matches
 Unary predicate that checks if a provided name matches the name of a Block. More...
 
struct  SLHAea::Coll::key_matches_block_def
 Unary predicate that checks if a provided key matches the block definition of a Block. More...
 
struct  SLHAea::Key
 Reference to a single field in a SLHA structure. More...
 

Namespaces

namespace  SLHAea
 
namespace  SLHAea::detail
 

Macros

#define MEM_FN   std::mem_fun_ref
 

Functions

template<class Target , class Source >
Target SLHAea::to (const Source &arg)
 Converts an object of type Source to an object of type Target.
 
template<class Source >
std::string SLHAea::to_string (const Source &arg)
 Converts an object of type Source to a string.
 
template<class Source >
std::string SLHAea::to_string (const Source &arg, int precision)
 Converts an object of type Source to a string.
 
bool SLHAea::detail::is_all_whitespace (const std::string &str)
 
std::string SLHAea::detail::to_upper_copy (const std::string &str)
 
void SLHAea::detail::trim_left (std::string &str)
 
void SLHAea::detail::trim_right (std::string &str)
 
std::ostream & SLHAea::operator<< (std::ostream &os, const Line &line)
 
std::ostream & SLHAea::operator<< (std::ostream &os, const Block &block)
 
std::ostream & SLHAea::operator<< (std::ostream &os, const Coll &coll)
 
std::ostream & SLHAea::operator<< (std::ostream &os, const Key &key)
 
std::istream & SLHAea::operator>> (std::istream &is, Block &block)
 
std::istream & SLHAea::operator>> (std::istream &is, Coll &coll)
 
bool SLHAea::operator== (const Line &a, const Line &b)
 
bool SLHAea::operator< (const Line &a, const Line &b)
 
bool SLHAea::operator!= (const Line &a, const Line &b)
 
bool SLHAea::operator> (const Line &a, const Line &b)
 
bool SLHAea::operator<= (const Line &a, const Line &b)
 
bool SLHAea::operator>= (const Line &a, const Line &b)
 
bool SLHAea::operator== (const Block &a, const Block &b)
 
bool SLHAea::operator< (const Block &a, const Block &b)
 
bool SLHAea::operator!= (const Block &a, const Block &b)
 
bool SLHAea::operator> (const Block &a, const Block &b)
 
bool SLHAea::operator<= (const Block &a, const Block &b)
 
bool SLHAea::operator>= (const Block &a, const Block &b)
 
bool SLHAea::operator== (const Coll &a, const Coll &b)
 
bool SLHAea::operator< (const Coll &a, const Coll &b)
 
bool SLHAea::operator!= (const Coll &a, const Coll &b)
 
bool SLHAea::operator> (const Coll &a, const Coll &b)
 
bool SLHAea::operator<= (const Coll &a, const Coll &b)
 
bool SLHAea::operator>= (const Coll &a, const Coll &b)
 

Macro Definition Documentation

◆ MEM_FN

#define MEM_FN   std::mem_fun_ref

Definition at line 32 of file slhaea.h.