|
bool | is_valid () const noexcept |
|
| operator unsigned int () const noexcept |
|
|
| Key (unsigned int _key) noexcept |
|
|
bool | operator== (Key const &a, Key const &b) |
|
bool | operator== (Key &a, Key &b) |
|
bool | operator== (unsigned int const &k, Key const &b) |
|
bool | operator== (Key const &a, unsigned int const &k) |
|
bool | operator!= (Key const &a, Key const &b) |
|
bool | operator!= (Key &a, Key &b) |
|
bool | operator!= (unsigned int const &k, Key const &b) |
|
bool | operator!= (Key const &a, unsigned int const &k) |
|
bool | operator< (Key const &a, Key const &b) |
|
bool | operator< (Key &a, Key &b) |
|
bool | operator< (unsigned int const &k, Key const &b) |
|
bool | operator< (Key const &a, unsigned int const &k) |
|
std::ostream & | operator<< (std::ostream &os, Key const &a) |
|
std::istream & | operator>> (std::istream &is, Key &a) |
|
The documentation for this class was generated from the following file: