struct Gambit::type_index
[No description available]
Public Functions
| Name | |
|---|---|
| type_index(const std::type_info & __rhs) | |
| type_index() | |
| const std::type_info & | operator=(const std::type_info & __rhs) |
| bool | operator==(const Gambit::type_index & __rhs) const |
| bool | operator!=(const Gambit::type_index & __rhs) const |
| bool | operator<(const Gambit::type_index & __rhs) const |
| bool | operator<=(const Gambit::type_index & __rhs) const |
| bool | operator>(const Gambit::type_index & __rhs) const |
| bool | operator>=(const Gambit::type_index & __rhs) const |
| size_t | hash_code() const |
| const char * | name() const |
Friends
| Name | |
|---|---|
| struct | type_equal_to |
| struct | std::equal_to< Gambit::type_index > |
Public Functions Documentation
function type_index
inline type_index(
const std::type_info & __rhs
)
function type_index
inline type_index()
function operator=
inline const std::type_info & operator=(
const std::type_info & __rhs
)
function operator==
inline bool operator==(
const Gambit::type_index & __rhs
) const
function operator!=
inline bool operator!=(
const Gambit::type_index & __rhs
) const
function operator<
inline bool operator<(
const Gambit::type_index & __rhs
) const
function operator<=
inline bool operator<=(
const Gambit::type_index & __rhs
) const
function operator>
inline bool operator>(
const Gambit::type_index & __rhs
) const
function operator>=
inline bool operator>=(
const Gambit::type_index & __rhs
) const
function hash_code
inline size_t hash_code() const
function name
inline const char * name() const
Friends
friend type_equal_to
friend struct type_equal_to(
type_equal_to
);
friend std::equal_to< Gambit::type_index >
friend struct std::equal_to< Gambit::type_index >(
std::equal_to< Gambit::type_index >
);
Updated on 2025-02-12 at 16:10:31 +0000