Panda3D
|
Public Member Functions | |
bool | is_equal (const Key &a, const Key &b) const |
Returns true if a is equivalent to b, false otherwise. | |
size_t | operator() (const Key &key) const |
bool | operator() (const Key &a, const Key &b) const |
Returns true if a sorts before b, false otherwise. |
Definition at line 233 of file stl_compares.h.
bool stl_hash_compare< Key, indirect_compare_names< Key > >::is_equal | ( | const Key & | a, |
const Key & | b | ||
) | const [inline, inherited] |
Reimplemented from indirect_compare_names< Key >.
Definition at line 52 of file stl_compares.h.
bool indirect_method_hash< Key, indirect_compare_names< Key > >::operator() | ( | const Key & | a, |
const Key & | b | ||
) | const [inline, inherited] |
Reimplemented from stl_hash_compare< Key, indirect_compare_names< Key > >.
Definition at line 210 of file stl_compares.h.