• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

marble

Public Member Functions | List of all members
KHash2Map< T, U > Struct Template Reference

#include <kbihash_p.h>

Inheritance diagram for KHash2Map< T, U >:
Inheritance graph
[legend]

Public Member Functions

 KHash2Map ()
 
 KHash2Map (const KBiAssociativeContainer< QHash< T, U >, QMap< U, T > > &container)
 
KBiAssociativeContainer< QHash
< T, U >, QMap< U, T >
>::right_iterator 
rightLowerBound (const U &key)
 
KBiAssociativeContainer< QHash
< T, U >, QMap< U, T >
>::right_const_iterator 
rightLowerBound (const U &key) const
 
KBiAssociativeContainer< QHash
< T, U >, QMap< U, T >
>::right_iterator 
rightUpperBound (const U &key)
 
KBiAssociativeContainer< QHash
< T, U >, QMap< U, T >
>::right_const_iterator 
rightUpperBound (const U &key) const
 
- Public Member Functions inherited from KBiAssociativeContainer< QHash< T, U >, QMap< U, T > >
 KBiAssociativeContainer ()
 
 KBiAssociativeContainer (const KBiAssociativeContainer< QHash< T, U >, QMap< U, T > > &other)
 
int capacity () const
 
void clear ()
 
left_const_iterator constFindLeft (left_type t) const
 
right_const_iterator constFindRight (right_type u) const
 
int count () const
 
void detach ()
 
left_iterator eraseLeft (left_iterator it)
 
right_iterator eraseRight (right_iterator it)
 
left_iterator findLeft (left_type t)
 
left_const_iterator findLeft (left_type t) const
 
right_iterator findRight (right_type u)
 
right_const_iterator findRight (right_type u) const
 
left_iterator insert (left_type t, right_type u)
 
KBiAssociativeContainer< QHash
< T, U >, QMap< U, T > > & 
intersect (const KBiAssociativeContainer< QHash< T, U >, QMap< U, T > > &other)
 
bool isDetached () const
 
bool isEmpty () const
 
bool isSharedWith (const KBiAssociativeContainer< QMap< U, T >, QHash< T, U > > &other) const
 
left_iterator leftBegin ()
 
left_const_iterator leftBegin () const
 
left_const_iterator leftConstBegin () const
 
left_const_iterator leftConstEnd () const
 
bool leftContains (left_type t) const
 
left_iterator leftEnd ()
 
left_const_iterator leftEnd () const
 
right_type leftToRight (left_type t) const
 
QList< left_type > leftValues () const
 
bool operator!= (const KBiAssociativeContainer< QHash< T, U >, QMap< U, T > > &other)
 
const KBiAssociativeContainer
< QHash< T, U >, QMap< U, T > > & 
operator= (const KBiAssociativeContainer< QHash< T, U >, QMap< U, T > > &other)
 
bool operator== (const KBiAssociativeContainer< QHash< T, U >, QMap< U, T > > &other)
 
const right_type operator[] (const left_type &t) const
 
bool removeLeft (left_type t)
 
bool removeRight (right_type u)
 
void reserve (int size)
 
right_iterator rightBegin ()
 
right_const_iterator rightBegin () const
 
right_const_iterator rightConstBegin () const
 
right_const_iterator rightConstEnd () const
 
bool rightContains (right_type u) const
 
right_iterator rightEnd ()
 
right_const_iterator rightEnd () const
 
left_type rightToLeft (right_type u) const
 
QList< right_type > rightValues () const
 
void setSharable (bool sharable)
 
int size () const
 
void squeeze ()
 
KBiAssociativeContainer< QHash
< T, U >, QMap< U, T > > & 
subtract (const KBiAssociativeContainer< QHash< T, U >, QMap< U, T > > &other)
 
right_type takeLeft (left_type t)
 
left_type takeRight (right_type u)
 
left_iterator toLeftIterator (right_iterator it) const
 
right_iterator toRightIterator (left_iterator it) const
 
KBiAssociativeContainer< QHash
< T, U >, QMap< U, T > > & 
unite (const KBiAssociativeContainer< QHash< T, U >, QMap< U, T > > &other)
 
void updateLeft (right_iterator it, left_type t)
 
void updateRight (left_iterator it, right_type u)
 

Additional Inherited Members

- Public Types inherited from KBiAssociativeContainer< QHash< T, U >, QMap< U, T > >
typedef QHash< T, U >
::const_iterator 
left_const_iterator
 
typedef _iterator< QHash< T, U > > left_iterator
 
typedef QMap< U, T >::mapped_type left_type
 
typedef QMap< U, T >
::const_iterator 
right_const_iterator
 
typedef _iterator< QMap< U, T > > right_iterator
 
typedef QHash< T, U >::mapped_type right_type
 
- Static Public Member Functions inherited from KBiAssociativeContainer< QHash< T, U >, QMap< U, T > >
static KBiAssociativeContainer
< QHash< T, U >, QMap< U, T > > 
fromHash (const QHash< left_type, right_type > &hash)
 
static KBiAssociativeContainer
< QHash< T, U >, QMap< U, T > > 
fromMap (const QMap< left_type, right_type > &hash)
 
- Protected Attributes inherited from KBiAssociativeContainer< QHash< T, U >, QMap< U, T > >
QHash< T, U > _leftToRight
 
QMap< U, T > _rightToLeft
 

Detailed Description

template<typename T, typename U>
struct KHash2Map< T, U >

Definition at line 526 of file kbihash_p.h.

Constructor & Destructor Documentation

template<typename T, typename U>
KHash2Map< T, U >::KHash2Map ( )
inline

Definition at line 528 of file kbihash_p.h.

template<typename T, typename U>
KHash2Map< T, U >::KHash2Map ( const KBiAssociativeContainer< QHash< T, U >, QMap< U, T > > &  container)
inline

Definition at line 534 of file kbihash_p.h.

Member Function Documentation

template<typename T, typename U>
KBiAssociativeContainer<QHash<T, U>, QMap<U, T> >::right_iterator KHash2Map< T, U >::rightLowerBound ( const U &  key)
inline

Definition at line 540 of file kbihash_p.h.

template<typename T, typename U>
KBiAssociativeContainer<QHash<T, U>, QMap<U, T> >::right_const_iterator KHash2Map< T, U >::rightLowerBound ( const U &  key) const
inline

Definition at line 545 of file kbihash_p.h.

template<typename T, typename U>
KBiAssociativeContainer<QHash<T, U>, QMap<U, T> >::right_iterator KHash2Map< T, U >::rightUpperBound ( const U &  key)
inline

Definition at line 550 of file kbihash_p.h.

template<typename T, typename U>
KBiAssociativeContainer<QHash<T, U>, QMap<U, T> >::right_const_iterator KHash2Map< T, U >::rightUpperBound ( const U &  key) const
inline

Definition at line 555 of file kbihash_p.h.


The documentation for this struct was generated from the following file:
  • kbihash_p.h
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

KDE's Doxygen guidelines are available online.

marble

Skip menu "marble"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal