|
CASM
1.1.0
A Clusters Approach to Statistical Mechanics
|
#include <Comparisons.hh>
Inheritance diagram for notstd::Comparisons< Base >:Implements other comparisons in terms of '<'.
If
is implemented, then Comparisons implements:
The MostDerived class definition needs to include:
Definition at line 25 of file Comparisons.hh.
Public Types | |
| typedef Base::MostDerived | MostDerived |
Public Member Functions | |
| bool | operator> (const MostDerived &B) const |
| bool | operator<= (const MostDerived &B) const |
| bool | operator>= (const MostDerived &B) const |
| bool | operator== (const MostDerived &B) const |
| bool | operator!= (const MostDerived &B) const |
Protected Member Functions | |
| bool | eq_impl (const MostDerived &B) const |
| bool | ne_impl (const MostDerived &B) const |
| typedef Base::MostDerived notstd::Comparisons< Base >::MostDerived |
Definition at line 27 of file Comparisons.hh.
|
inlineprotected |
Definition at line 40 of file Comparisons.hh.
|
inlineprotected |
Definition at line 44 of file Comparisons.hh.
|
inline |
Definition at line 37 of file Comparisons.hh.
|
inline |
Definition at line 31 of file Comparisons.hh.
|
inline |
Definition at line 35 of file Comparisons.hh.
|
inline |
Definition at line 29 of file Comparisons.hh.
|
inline |
Definition at line 33 of file Comparisons.hh.