marble
KBiHash< T, U > Struct Template Reference
#include <kbihash_p.h>
Inheritance diagram for KBiHash< T, U >:
Additional Inherited Members | |
Public Types inherited from KBiAssociativeContainer< QHash< T, U >, QHash< U, T > > | |
typedef QHash< T, U > ::const_iterator | left_const_iterator |
typedef _iterator< QHash< T, U > > | left_iterator |
typedef QHash< U, T >::mapped_type | left_type |
typedef QHash< U, T > ::const_iterator | right_const_iterator |
typedef _iterator< QHash< U, T > > | right_iterator |
typedef QHash< T, U >::mapped_type | right_type |
Static Public Member Functions inherited from KBiAssociativeContainer< QHash< T, U >, QHash< U, T > > | |
static KBiAssociativeContainer < QHash< T, U >, QHash< U, T > > | fromHash (const QHash< left_type, right_type > &hash) |
static KBiAssociativeContainer < QHash< T, U >, QHash< U, T > > | fromMap (const QMap< left_type, right_type > &hash) |
Protected Attributes inherited from KBiAssociativeContainer< QHash< T, U >, QHash< U, T > > | |
QHash< T, U > | _leftToRight |
QHash< U, T > | _rightToLeft |
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 496 of file kbihash_p.h.
Constructor & Destructor Documentation
Definition at line 498 of file kbihash_p.h.
template<typename T, typename U>
|
inline |
Definition at line 504 of file kbihash_p.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.