KBiHash< T, U > Struct Template Reference
KBiHash provides a bi-directional hash container. More...
#include <kbihash_p.h>
Inherits KBiAssociativeContainer< LeftContainer, RightContainer >.
Public Member Functions | |
KBiHash (const KBiAssociativeContainer< QHash< T, U >, QHash< U, T > > &container) |
Detailed Description
template<typename T, typename U>
struct KBiHash< T, U >
KBiHash provides a bi-directional hash container.
- Note:
- This class is designed to make mapping easier in proxy model implementations.
- Todo:
- Figure out whether to discard this and use boost::bimap instead, submit it Qt or keep it here and make more direct use of QHashNode.
Definition at line 488 of file kbihash_p.h.
The documentation for this struct was generated from the following file: