Panda3D
List of all members
indirect_less_hash< Key > Class Template Reference
Inheritance diagram for indirect_less_hash< Key >:
indirect_method_hash< Key, indirect_less< Key > > stl_hash_compare< Key, indirect_less< Key > > indirect_less< Key >

Additional Inherited Members

- Public Member Functions inherited from indirect_method_hash< Key, indirect_less< Key > >
size_t operator() (const Key &key) const
 Calls the Key's get_hash() method. More...
 
bool operator() (const Key &a, const Key &b) const
 
- Public Member Functions inherited from stl_hash_compare< Key, indirect_less< Key > >
bool is_equal (const Key &a, const Key &b) const
 
size_t operator() (const Key &key) const
 
bool operator() (const Key &a, const Key &b) const
 
- Public Member Functions inherited from indirect_less< Key >
bool operator() (const Key &a, const Key &b) const
 Returns true if a sorts before b, false otherwise. More...
 

Detailed Description

template<class Key>
class indirect_less_hash< Key >

Definition at line 215 of file stl_compares.h.


The documentation for this class was generated from the following file: