VEE_PointerStoreSet< T > Class Template Reference

Set-based pointer storage class. More...

#include <vee_object_store.h>

Collaboration diagram for VEE_PointerStoreSet< T >:

Collaboration graph
[legend]
List of all members.

Public Types

Public Member Functions

Static Public Member Functions

Protected Attributes

Classes


Detailed Description

template<typename T>
class VEE_PointerStoreSet< T >

Set-based pointer storage class.


Member Typedef Documentation

template<typename T>
typedef std::set<T *, eqPtr>::iterator VEE_PointerStoreSet< T >::iterator
 


Constructor & Destructor Documentation

template<typename T>
VEE_PointerStoreSet< T >::VEE_PointerStoreSet  )  [inline]
 


Member Function Documentation

template<typename T>
void VEE_PointerStoreSet< T >::add T o  )  [inline]
 

template<typename T>
bool VEE_PointerStoreSet< T >::remove T o  )  [inline]
 

template<typename T>
void VEE_PointerStoreSet< T >::removeCurrent  )  [inline]
 

Removes the current iterator and sets it pointing to the previous element.

template<typename T>
bool VEE_PointerStoreSet< T >::contains T o  )  [inline]
 

template<typename T>
unsigned VEE_PointerStoreSet< T >::size  )  [inline]
 

template<typename T>
void VEE_PointerStoreSet< T >::clear  )  [inline]
 

template<typename T>
void VEE_PointerStoreSet< T >::toFirst  )  [inline]
 

Move the iterator to the beginning.

template<typename T>
bool VEE_PointerStoreSet< T >::isAtEnd  )  [inline]
 

Returns true if the iterator is at end.

template<typename T>
void VEE_PointerStoreSet< T >::advance  )  [inline]
 

template<typename T>
T* VEE_PointerStoreSet< T >::current  )  [inline]
 

Gets the current object.

template<typename T>
iterator VEE_PointerStoreSet< T >::begin  )  [inline]
 

template<typename T>
iterator VEE_PointerStoreSet< T >::end  )  [inline]
 

template<typename T>
static T* VEE_PointerStoreSet< T >::getObject iterator it  )  [inline, static]
 


Member Data Documentation

template<typename T>
T* VEE_PointerStoreSet< T >::m_last [protected]
 

template<typename T>
std::set<T *, eqPtr> VEE_PointerStoreSet< T >::m_objs [protected]
 

template<typename T>
std::set<T *, eqPtr>::iterator VEE_PointerStoreSet< T >::m_it [protected]
 


The documentation for this class was generated from the following file:
Generated on Mon Mar 12 21:09:32 2007 for VEE - The Visual Effects Engine by  doxygen 1.4.6