![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <Interval.hpp>


Public Member Functions | |
| Endpoint (const ValueType &bound, const ValueType &extremum) | |
| bool | operator< (const Endpoint &b) const |
| bool | operator<= (const Endpoint &b) const |
| bool | operator== (const Endpoint &b) const |
| bool | operator> (const Endpoint &b) const |
| bool | operator>= (const Endpoint &b) const |
Private Attributes | |
| ValueType | bound |
| ValueType | extremum |
Friends | |
| class | Interval |
Definition at line 85 of file Interval.hpp.
| wns::Interval< T >::Endpoint::Endpoint | ( | const ValueType & | bound, | |
| const ValueType & | extremum | |||
| ) | [inline] |
Definition at line 89 of file Interval.hpp.
| bool wns::Interval< T >::Endpoint::operator< | ( | const Endpoint & | b | ) | const [inline] |
Definition at line 98 of file Interval.hpp.
| bool wns::Interval< T >::Endpoint::operator<= | ( | const Endpoint & | b | ) | const [inline] |
Definition at line 103 of file Interval.hpp.
| bool wns::Interval< T >::Endpoint::operator== | ( | const Endpoint & | b | ) | const [inline] |
Definition at line 93 of file Interval.hpp.
| bool wns::Interval< T >::Endpoint::operator> | ( | const Endpoint & | b | ) | const [inline] |
Definition at line 108 of file Interval.hpp.
| bool wns::Interval< T >::Endpoint::operator>= | ( | const Endpoint & | b | ) | const [inline] |
Definition at line 113 of file Interval.hpp.
friend class Interval [friend] |
Definition at line 87 of file Interval.hpp.
ValueType wns::Interval< T >::Endpoint::bound [private] |
Definition at line 119 of file Interval.hpp.
ValueType wns::Interval< T >::Endpoint::extremum [private] |
Definition at line 120 of file Interval.hpp.
1.5.5