Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

EntryGlob< Elem > Class Template Reference

#include <UniqueSetRaw.h>

List of all members.

Public Member Functions

 ~EntryGlob (void)
void clear (void)
EntryGlob< Elem > * next (void)
EntryGlob< Elem > * setNext (EntryGlob< Elem > *e)

Static Public Member Functions

void clearChain (EntryGlob< Elem > *e)

Friends

class UniqueSetIter<Elem>
class UniqueSetRaw<Elem>

template<class Elem>
class EntryGlob< Elem >


Constructor & Destructor Documentation

template<class Elem>
EntryGlob< Elem >::~EntryGlob void   )  [inline]
 

Definition at line 91 of file UniqueSetRaw.h.

00091 { clear(); }


Member Function Documentation

template<class Elem>
void EntryGlob< Elem >::clear void   )  [inline]
 

Definition at line 93 of file UniqueSetRaw.h.

Referenced by Entry< ProxyElem >::removeSelf(), and Entry< ProxyElem >::~Entry().

00093 { delete[] glob; }

template<class Elem>
void EntryGlob< Elem >::clearChain EntryGlob< Elem > *  e  )  [inline, static]
 

Definition at line 101 of file UniqueSetRaw.h.

00101                                                {
00102       while(e) { EntryGlob<Elem> *tmp = e->next(); delete e; e = tmp; }
00103     }

template<class Elem>
EntryGlob<Elem>* EntryGlob< Elem >::next void   )  [inline]
 

Definition at line 95 of file UniqueSetRaw.h.

Referenced by EntryGlob< ProxyElem >::clearChain(), and UniqueSetIter< T >::gotoUsed().

00095 { return _next; }

template<class Elem>
EntryGlob<Elem>* EntryGlob< Elem >::setNext EntryGlob< Elem > *  e  )  [inline]
 

Definition at line 97 of file UniqueSetRaw.h.

00097                                                  { 
00098       this->_next = e; return this; 
00099     }


Friends And Related Function Documentation

template<class Elem>
friend class UniqueSetIter<Elem> [friend]
 

Definition at line 86 of file UniqueSetRaw.h.

template<class Elem>
friend class UniqueSetRaw<Elem> [friend]
 

Definition at line 87 of file UniqueSetRaw.h.


The documentation for this class was generated from the following file:
Generated on Tue Oct 7 04:08:16 2008 for NAMD by  doxygen 1.3.9.1