marble
#include <kbihash_p.h>
Classes | |
class | _iterator |
Public Types | |
typedef LeftContainer::const_iterator | left_const_iterator |
typedef _iterator< LeftContainer > | left_iterator |
typedef RightContainer::mapped_type | left_type |
typedef RightContainer::const_iterator | right_const_iterator |
typedef _iterator< RightContainer > | right_iterator |
typedef LeftContainer::mapped_type | right_type |
Static Public Member Functions | |
static KBiAssociativeContainer < LeftContainer, RightContainer > | fromHash (const QHash< left_type, right_type > &hash) |
static KBiAssociativeContainer < LeftContainer, RightContainer > | fromMap (const QMap< left_type, right_type > &hash) |
Protected Attributes | |
LeftContainer | _leftToRight |
RightContainer | _rightToLeft |
Friends | |
QDataStream & | operator (QDataStream &out, const KBiAssociativeContainer< LeftContainer, RightContainer > &bihash) |
QDebug | operator (QDebug out, const KBiAssociativeContainer< LeftContainer, RightContainer > &biHash) |
QDataStream & | operator>> (QDataStream &in, KBiAssociativeContainer< LeftContainer, RightContainer > &biHash) |
Detailed Description
template<typename LeftContainer, typename RightContainer>
class KBiAssociativeContainer< LeftContainer, RightContainer >
Definition at line 32 of file kbihash_p.h.
Member Typedef Documentation
typedef LeftContainer::const_iterator KBiAssociativeContainer< LeftContainer, RightContainer >::left_const_iterator |
Definition at line 123 of file kbihash_p.h.
typedef _iterator<LeftContainer> KBiAssociativeContainer< LeftContainer, RightContainer >::left_iterator |
Definition at line 122 of file kbihash_p.h.
typedef RightContainer::mapped_type KBiAssociativeContainer< LeftContainer, RightContainer >::left_type |
Definition at line 89 of file kbihash_p.h.
typedef RightContainer::const_iterator KBiAssociativeContainer< LeftContainer, RightContainer >::right_const_iterator |
Definition at line 125 of file kbihash_p.h.
typedef _iterator<RightContainer> KBiAssociativeContainer< LeftContainer, RightContainer >::right_iterator |
Definition at line 124 of file kbihash_p.h.
typedef LeftContainer::mapped_type KBiAssociativeContainer< LeftContainer, RightContainer >::right_type |
Definition at line 90 of file kbihash_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 127 of file kbihash_p.h.
|
inline |
Definition at line 128 of file kbihash_p.h.
Member Function Documentation
|
inline |
Definition at line 182 of file kbihash_p.h.
|
inline |
Definition at line 210 of file kbihash_p.h.
|
inline |
Definition at line 242 of file kbihash_p.h.
|
inline |
Definition at line 254 of file kbihash_p.h.
|
inline |
Definition at line 178 of file kbihash_p.h.
|
inline |
Definition at line 194 of file kbihash_p.h.
|
inline |
Definition at line 228 of file kbihash_p.h.
|
inline |
Definition at line 222 of file kbihash_p.h.
|
inline |
Definition at line 234 of file kbihash_p.h.
|
inline |
Definition at line 238 of file kbihash_p.h.
|
inline |
Definition at line 246 of file kbihash_p.h.
|
inline |
Definition at line 250 of file kbihash_p.h.
|
inlinestatic |
Definition at line 398 of file kbihash_p.h.
|
inlinestatic |
Definition at line 407 of file kbihash_p.h.
|
inline |
Definition at line 258 of file kbihash_p.h.
|
inline |
Definition at line 275 of file kbihash_p.h.
|
inline |
Definition at line 198 of file kbihash_p.h.
|
inline |
Definition at line 325 of file kbihash_p.h.
|
inline |
Definition at line 206 of file kbihash_p.h.
|
inline |
Definition at line 351 of file kbihash_p.h.
|
inline |
Definition at line 359 of file kbihash_p.h.
|
inline |
Definition at line 367 of file kbihash_p.h.
|
inline |
Definition at line 371 of file kbihash_p.h.
|
inline |
Definition at line 166 of file kbihash_p.h.
|
inline |
Definition at line 355 of file kbihash_p.h.
|
inline |
Definition at line 363 of file kbihash_p.h.
|
inline |
Definition at line 162 of file kbihash_p.h.
|
inline |
Definition at line 214 of file kbihash_p.h.
|
inline |
Definition at line 337 of file kbihash_p.h.
|
inline |
Definition at line 132 of file kbihash_p.h.
|
inline |
Definition at line 333 of file kbihash_p.h.
|
inline |
Definition at line 329 of file kbihash_p.h.
|
inline |
Definition at line 136 of file kbihash_p.h.
|
inline |
Definition at line 141 of file kbihash_p.h.
|
inline |
Definition at line 186 of file kbihash_p.h.
|
inline |
Definition at line 375 of file kbihash_p.h.
|
inline |
Definition at line 383 of file kbihash_p.h.
|
inline |
Definition at line 390 of file kbihash_p.h.
|
inline |
Definition at line 394 of file kbihash_p.h.
|
inline |
Definition at line 170 of file kbihash_p.h.
|
inline |
Definition at line 379 of file kbihash_p.h.
|
inline |
Definition at line 387 of file kbihash_p.h.
|
inline |
Definition at line 158 of file kbihash_p.h.
|
inline |
Definition at line 218 of file kbihash_p.h.
|
inline |
Definition at line 202 of file kbihash_p.h.
|
inline |
Definition at line 174 of file kbihash_p.h.
|
inline |
Definition at line 190 of file kbihash_p.h.
|
inline |
Definition at line 286 of file kbihash_p.h.
|
inline |
Definition at line 146 of file kbihash_p.h.
|
inline |
Definition at line 152 of file kbihash_p.h.
|
inline |
Definition at line 341 of file kbihash_p.h.
|
inline |
Definition at line 346 of file kbihash_p.h.
|
inline |
Definition at line 297 of file kbihash_p.h.
|
inline |
Definition at line 317 of file kbihash_p.h.
|
inline |
Definition at line 309 of file kbihash_p.h.
Friends And Related Function Documentation
|
friend |
|
friend |
|
friend |
Definition at line 431 of file kbihash_p.h.
Member Data Documentation
|
protected |
Definition at line 420 of file kbihash_p.h.
|
protected |
Definition at line 421 of file kbihash_p.h.
The documentation for this class was generated from the following file:
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.