#include <source/ariba/utility/addressing/detail/compare_to_operators.hpp>
Public Member Functions | |
bool | operator== (const T &rhs) const |
convenience method for comparison of addresses | |
bool | operator!= (const T &rhs) const |
convenience method for comparison of addresses | |
bool | operator< (const T &rhs) const |
convenience method for comparison of addresses | |
bool | operator<= (const T &rhs) const |
convenience method for comparison of addresses | |
bool | operator> (const T &rhs) const |
convenience method for comparison of addresses | |
bool | operator>= (const T &rhs) const |
convenience method for comparison of addresses |
Definition at line 15 of file compare_to_operators.hpp.
bool ariba::addressing::detail::compare_to_operators< T >::operator!= | ( | const T & | rhs | ) | const [inline] |
convenience method for comparison of addresses
Definition at line 23 of file compare_to_operators.hpp.
bool ariba::addressing::detail::compare_to_operators< T >::operator< | ( | const T & | rhs | ) | const [inline] |
convenience method for comparison of addresses
Definition at line 28 of file compare_to_operators.hpp.
bool ariba::addressing::detail::compare_to_operators< T >::operator<= | ( | const T & | rhs | ) | const [inline] |
convenience method for comparison of addresses
Definition at line 33 of file compare_to_operators.hpp.
bool ariba::addressing::detail::compare_to_operators< T >::operator== | ( | const T & | rhs | ) | const [inline] |
convenience method for comparison of addresses
Definition at line 18 of file compare_to_operators.hpp.
bool ariba::addressing::detail::compare_to_operators< T >::operator> | ( | const T & | rhs | ) | const [inline] |
convenience method for comparison of addresses
Definition at line 38 of file compare_to_operators.hpp.
bool ariba::addressing::detail::compare_to_operators< T >::operator>= | ( | const T & | rhs | ) | const [inline] |
convenience method for comparison of addresses
Definition at line 43 of file compare_to_operators.hpp.