|
|
bool | operator!= (const Block &a, const Block &b) |
|
bool | operator!= (const Coll &a, const Coll &b) |
|
bool | operator!= (const Line &a, const Line &b) |
|
bool | operator< (const Block &a, const Block &b) |
|
bool | operator< (const Coll &a, const Coll &b) |
|
bool | operator< (const Line &a, const Line &b) |
|
std::ostream & | operator<< (std::ostream &os, const Block &block) |
|
std::ostream & | operator<< (std::ostream &os, const Coll &coll) |
|
std::ostream & | operator<< (std::ostream &os, const Key &key) |
|
std::ostream & | operator<< (std::ostream &os, const Line &line) |
|
bool | operator<= (const Block &a, const Block &b) |
|
bool | operator<= (const Coll &a, const Coll &b) |
|
bool | operator<= (const Line &a, const Line &b) |
|
bool | operator== (const Block &a, const Block &b) |
|
bool | operator== (const Coll &a, const Coll &b) |
|
bool | operator== (const Line &a, const Line &b) |
|
bool | operator> (const Block &a, const Block &b) |
|
bool | operator> (const Coll &a, const Coll &b) |
|
bool | operator> (const Line &a, const Line &b) |
|
bool | operator>= (const Block &a, const Block &b) |
|
bool | operator>= (const Coll &a, const Coll &b) |
|
bool | operator>= (const Line &a, const Line &b) |
|
std::istream & | operator>> (std::istream &is, Block &block) |
|
std::istream & | operator>> (std::istream &is, Coll &coll) |
|
template<class Target , class Source > |
Target | to (const Source &arg) |
| Converts an object of type Source to an object of type Target .
|
|
template<class Source > |
std::string | to_string (const Source &arg) |
| Converts an object of type Source to a string.
|
|
template<class Source > |
std::string | to_string (const Source &arg, int precision) |
| Converts an object of type Source to a string.
|
|
◆ operator!=() [1/3]
bool SLHAea::operator!= |
( |
const Block & |
a, |
|
|
const Block & |
b |
|
) |
| |
|
inline |
◆ operator!=() [2/3]
bool SLHAea::operator!= |
( |
const Coll & |
a, |
|
|
const Coll & |
b |
|
) |
| |
|
inline |
◆ operator!=() [3/3]
bool SLHAea::operator!= |
( |
const Line & |
a, |
|
|
const Line & |
b |
|
) |
| |
|
inline |
◆ operator<() [1/3]
bool SLHAea::operator< |
( |
const Block & |
a, |
|
|
const Block & |
b |
|
) |
| |
|
inline |
◆ operator<() [2/3]
bool SLHAea::operator< |
( |
const Coll & |
a, |
|
|
const Coll & |
b |
|
) |
| |
|
inline |
◆ operator<() [3/3]
bool SLHAea::operator< |
( |
const Line & |
a, |
|
|
const Line & |
b |
|
) |
| |
|
inline |
◆ operator<<() [1/4]
std::ostream & SLHAea::operator<< |
( |
std::ostream & |
os, |
|
|
const Block & |
block |
|
) |
| |
|
inline |
◆ operator<<() [2/4]
std::ostream & SLHAea::operator<< |
( |
std::ostream & |
os, |
|
|
const Coll & |
coll |
|
) |
| |
|
inline |
◆ operator<<() [3/4]
std::ostream & SLHAea::operator<< |
( |
std::ostream & |
os, |
|
|
const Key & |
key |
|
) |
| |
|
inline |
◆ operator<<() [4/4]
std::ostream & SLHAea::operator<< |
( |
std::ostream & |
os, |
|
|
const Line & |
line |
|
) |
| |
|
inline |
◆ operator<=() [1/3]
bool SLHAea::operator<= |
( |
const Block & |
a, |
|
|
const Block & |
b |
|
) |
| |
|
inline |
◆ operator<=() [2/3]
bool SLHAea::operator<= |
( |
const Coll & |
a, |
|
|
const Coll & |
b |
|
) |
| |
|
inline |
◆ operator<=() [3/3]
bool SLHAea::operator<= |
( |
const Line & |
a, |
|
|
const Line & |
b |
|
) |
| |
|
inline |
◆ operator==() [1/3]
bool SLHAea::operator== |
( |
const Block & |
a, |
|
|
const Block & |
b |
|
) |
| |
|
inline |
◆ operator==() [2/3]
bool SLHAea::operator== |
( |
const Coll & |
a, |
|
|
const Coll & |
b |
|
) |
| |
|
inline |
◆ operator==() [3/3]
bool SLHAea::operator== |
( |
const Line & |
a, |
|
|
const Line & |
b |
|
) |
| |
|
inline |
◆ operator>() [1/3]
bool SLHAea::operator> |
( |
const Block & |
a, |
|
|
const Block & |
b |
|
) |
| |
|
inline |
◆ operator>() [2/3]
bool SLHAea::operator> |
( |
const Coll & |
a, |
|
|
const Coll & |
b |
|
) |
| |
|
inline |
◆ operator>() [3/3]
bool SLHAea::operator> |
( |
const Line & |
a, |
|
|
const Line & |
b |
|
) |
| |
|
inline |
◆ operator>=() [1/3]
bool SLHAea::operator>= |
( |
const Block & |
a, |
|
|
const Block & |
b |
|
) |
| |
|
inline |
◆ operator>=() [2/3]
bool SLHAea::operator>= |
( |
const Coll & |
a, |
|
|
const Coll & |
b |
|
) |
| |
|
inline |
◆ operator>=() [3/3]
bool SLHAea::operator>= |
( |
const Line & |
a, |
|
|
const Line & |
b |
|
) |
| |
|
inline |
◆ operator>>() [1/2]
std::istream & SLHAea::operator>> |
( |
std::istream & |
is, |
|
|
Block & |
block |
|
) |
| |
|
inline |
◆ operator>>() [2/2]
std::istream & SLHAea::operator>> |
( |
std::istream & |
is, |
|
|
Coll & |
coll |
|
) |
| |
|
inline |
◆ to()
template<class Target , class Source >
Target SLHAea::to |
( |
const Source & |
arg | ) |
|
|
inline |
Converts an object of type Source to an object of type Target .
- Parameters
-
arg | Object that will be converted. |
- Returns
- Result of the conversion of
arg to Target .
This function is a wrapper for boost::lexical_cast<Target>() .
Definition at line 50 of file slhaea.h.
◆ to_string() [1/2]
template<class Source >
std::string SLHAea::to_string |
( |
const Source & |
arg | ) |
|
|
inline |
◆ to_string() [2/2]
template<class Source >
std::string SLHAea::to_string |
( |
const Source & |
arg, |
|
|
int |
precision |
|
) |
| |
|
inline |
Converts an object of type Source to a string.
- Parameters
-
arg | Object that will be converted. |
precision | Precision of float values that are written in scientific notation. |
- Returns
- Result of the conversion of
arg to std::string .
This function is equivalent to to_string() except that all floating-point numbers are written in scientific notation with the given precision.
Definition at line 77 of file slhaea.h.
|