tesseract  3.03
tesseract::KDPtrPairInc< Key, Data > Struct Template Reference

#include <kdpair.h>

Inheritance diagram for tesseract::KDPtrPairInc< Key, Data >:
tesseract::KDPtrPair< Key, Data >

List of all members.

Public Member Functions

 KDPtrPairInc ()
 KDPtrPairInc (Key k, Data *d)
 KDPtrPairInc (KDPtrPairInc &src)
void operator= (KDPtrPairInc &src)
int operator< (const KDPtrPairInc< Key, Data > &other) const

Detailed Description

template<typename Key, typename Data>
struct tesseract::KDPtrPairInc< Key, Data >

Definition at line 145 of file kdpair.h.


Constructor & Destructor Documentation

template<typename Key , typename Data >
tesseract::KDPtrPairInc< Key, Data >::KDPtrPairInc ( ) [inline]

Definition at line 148 of file kdpair.h.

: KDPtrPair<Key, Data>() {}
template<typename Key , typename Data >
tesseract::KDPtrPairInc< Key, Data >::KDPtrPairInc ( Key  k,
Data *  d 
) [inline]

Definition at line 149 of file kdpair.h.

: KDPtrPair<Key, Data>(k, d) {}
template<typename Key , typename Data >
tesseract::KDPtrPairInc< Key, Data >::KDPtrPairInc ( KDPtrPairInc< Key, Data > &  src) [inline]

Definition at line 150 of file kdpair.h.

: KDPtrPair<Key, Data>(src) {}

Member Function Documentation

template<typename Key , typename Data >
int tesseract::KDPtrPairInc< Key, Data >::operator< ( const KDPtrPairInc< Key, Data > &  other) const [inline]

Definition at line 155 of file kdpair.h.

                                                            {
    return this->key() < other.key();
  }
template<typename Key , typename Data >
void tesseract::KDPtrPairInc< Key, Data >::operator= ( KDPtrPairInc< Key, Data > &  src) [inline]

Definition at line 151 of file kdpair.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines