#include <list_mt.h>
Public Member Functions | |
void | SetNextElement (ListElement *element_ptr) |
void | SetPrevElement (ListElement *element_ptr) |
void | Remove () |
bool | Contains (_Key _key) |
Iterator | GetIterator () |
Return an iterator. |
void tl.List< _ListElement, _Allocator, _RWLock >.SetNextElement | ( | ListElement * | element_ptr | ) |
void tl.List< _ListElement, _Allocator, _RWLock >.SetPrevElement | ( | ListElement * | element_ptr | ) |
void tl.List< _ListElement, _Allocator, _RWLock >.Remove | ( | ) |
bool tl.List< _ListElement, _Allocator, _RWLock >.Contains | ( | _Key | _key | ) |
Iterator tl.List< _ListElement, _Allocator, _RWLock >.GetIterator | ( | ) |
Return an iterator.
Collection should be locked to iterate over the iterator. Destruction of iterator unlocks collecton.
Genereated on Tue Mar 11 19:25:43 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.