CVCL::CDOmapOrdered< Key, Data > Class Template Reference

#include <cdmap_ordered.h>

Inheritance diagram for CVCL::CDOmapOrdered< Key, Data >:

Inheritance graph
[legend]
Collaboration diagram for CVCL::CDOmapOrdered< Key, Data >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

Private Member Functions

Private Attributes


Detailed Description

template<class Key, class Data>
class CVCL::CDOmapOrdered< Key, Data >

Definition at line 56 of file cdmap_ordered.h.


Constructor & Destructor Documentation

template<class Key, class Data>
CVCL::CDOmapOrdered< Key, Data >::CDOmapOrdered Context context,
CDMapOrdered< Key, Data > *  cdmap,
const Key &  key,
const Data &  data,
int  scope = -1
[inline]
 

Definition at line 92 of file cdmap_ordered.h.

References CVCL::CDOmapOrdered< Key, Data >::d_cdmap, CVCL::CDOmapOrdered< Key, Data >::d_next, CVCL::CDOmapOrdered< Key, Data >::d_prev, CVCL::ContextObj::IF_DEBUG(), and CVCL::CDOmapOrdered< Key, Data >::set().

template<class Key, class Data>
CVCL::CDOmapOrdered< Key, Data >::~CDOmapOrdered  )  [inline]
 

Definition at line 108 of file cdmap_ordered.h.


Member Function Documentation

template<class Key, class Data>
virtual ContextObj* CVCL::CDOmapOrdered< Key, Data >::makeCopy void   )  [inline, private, virtual]
 

Make a copy of the current object so it can be restored to its current state.

Implements CVCL::ContextObj.

Definition at line 66 of file cdmap_ordered.h.

template<class Key, class Data>
virtual void CVCL::CDOmapOrdered< Key, Data >::restoreData ContextObj data  )  [inline, private, virtual]
 

Restore the current object from the given data.

Reimplemented from CVCL::ContextObj.

Definition at line 68 of file cdmap_ordered.h.

References CVCL::CDOmapOrdered< Key, Data >::d_data, CVCL::CDOmapOrdered< Key, Data >::d_inMap, and CVCL::CDOmapOrdered< Key, Data >::setNull().

template<class Key, class Data>
virtual void CVCL::CDOmapOrdered< Key, Data >::setNull void   )  [inline, private, virtual]
 

Set the current object to be invalid.

Implements CVCL::ContextObj.

Definition at line 73 of file cdmap_ordered.h.

References CVCL::CDOmapOrdered< Key, Data >::d_cdmap, CVCL::CDOmapOrdered< Key, Data >::d_key, CVCL::CDOmapOrdered< Key, Data >::d_next, and CVCL::CDOmapOrdered< Key, Data >::d_prev.

Referenced by CVCL::CDOmapOrdered< Key, Data >::restoreData().

template<class Key, class Data>
void CVCL::CDOmapOrdered< Key, Data >::set const Data &  data,
int  scope = -1
[inline]
 

Definition at line 109 of file cdmap_ordered.h.

References CVCL::CDOmapOrdered< Key, Data >::d_data, CVCL::CDOmapOrdered< Key, Data >::d_inMap, and CVCL::ContextObj::makeCurrent().

Referenced by CVCL::CDOmapOrdered< Key, Data >::CDOmapOrdered(), CVCL::CDMapOrdered< Key, Data >::insert(), and CVCL::CDOmapOrdered< Key, Data >::operator=().

template<class Key, class Data>
const Key& CVCL::CDOmapOrdered< Key, Data >::getKey  )  const [inline]
 

Definition at line 112 of file cdmap_ordered.h.

References CVCL::CDOmapOrdered< Key, Data >::d_key.

template<class Key, class Data>
const Data& CVCL::CDOmapOrdered< Key, Data >::get  )  const [inline]
 

Definition at line 113 of file cdmap_ordered.h.

References CVCL::CDOmapOrdered< Key, Data >::d_data.

Referenced by CVCL::CDOmapOrdered< Key, Data >::operator Data().

template<class Key, class Data>
CVCL::CDOmapOrdered< Key, Data >::operator Data  )  [inline]
 

Definition at line 114 of file cdmap_ordered.h.

References CVCL::CDOmapOrdered< Key, Data >::get().

template<class Key, class Data>
CDOmapOrdered<Key,Data>& CVCL::CDOmapOrdered< Key, Data >::operator= const Data &  data  )  [inline]
 

Definition at line 115 of file cdmap_ordered.h.

References CVCL::CDOmapOrdered< Key, Data >::set().

template<class Key, class Data>
CDOmapOrdered<Key,Data>* CVCL::CDOmapOrdered< Key, Data >::next  )  const [inline]
 

Definition at line 116 of file cdmap_ordered.h.

References CVCL::CDOmapOrdered< Key, Data >::d_cdmap, and CVCL::CDOmapOrdered< Key, Data >::d_next.


Member Data Documentation

template<class Key, class Data>
Key CVCL::CDOmapOrdered< Key, Data >::d_key [private]
 

Definition at line 57 of file cdmap_ordered.h.

Referenced by CVCL::CDOmapOrdered< Key, Data >::getKey(), and CVCL::CDOmapOrdered< Key, Data >::setNull().

template<class Key, class Data>
Data CVCL::CDOmapOrdered< Key, Data >::d_data [private]
 

Definition at line 58 of file cdmap_ordered.h.

Referenced by CVCL::CDOmapOrdered< Key, Data >::get(), CVCL::CDOmapOrdered< Key, Data >::restoreData(), and CVCL::CDOmapOrdered< Key, Data >::set().

template<class Key, class Data>
bool CVCL::CDOmapOrdered< Key, Data >::d_inMap [private]
 

Definition at line 59 of file cdmap_ordered.h.

Referenced by CVCL::CDOmapOrdered< Key, Data >::restoreData(), and CVCL::CDOmapOrdered< Key, Data >::set().

template<class Key, class Data>
CDMapOrdered<Key, Data>* CVCL::CDOmapOrdered< Key, Data >::d_cdmap [private]
 

Definition at line 60 of file cdmap_ordered.h.

Referenced by CVCL::CDOmapOrdered< Key, Data >::CDOmapOrdered(), CVCL::CDOmapOrdered< Key, Data >::next(), and CVCL::CDOmapOrdered< Key, Data >::setNull().

template<class Key, class Data>
CDOmapOrdered<Key,Data>* CVCL::CDOmapOrdered< Key, Data >::d_prev [private]
 

Definition at line 63 of file cdmap_ordered.h.

Referenced by CVCL::CDOmapOrdered< Key, Data >::CDOmapOrdered(), and CVCL::CDOmapOrdered< Key, Data >::setNull().

template<class Key, class Data>
CDOmapOrdered<Key,Data>* CVCL::CDOmapOrdered< Key, Data >::d_next [private]
 

Definition at line 64 of file cdmap_ordered.h.

Referenced by CVCL::CDOmapOrdered< Key, Data >::CDOmapOrdered(), CVCL::CDOmapOrdered< Key, Data >::next(), and CVCL::CDOmapOrdered< Key, Data >::setNull().


The documentation for this class was generated from the following file:
Generated on Thu Apr 13 16:57:42 2006 for CVC Lite by  doxygen 1.4.4