|
Foxit PDF Conversion SDK
|
This is the complete list of members for CFX_PtrList, including all inherited members.
| AddHead(void *newElement) | CFX_PtrList | |
| AddTail(void *newElement) | CFX_PtrList | |
| CFX_PtrList(int nBlockSize=10, IFX_Allocator *pAllocator=0) | CFX_PtrList | |
| Find(void *searchValue, FX_POSITION startAfter=0) const | CFX_PtrList | |
| FindIndex(int index) const | CFX_PtrList | |
| GetAt(FX_POSITION rPosition) const | CFX_PtrList | inline |
| GetCount() const | CFX_PtrList | inline |
| GetHeadPosition() const | CFX_PtrList | inline |
| GetNext(FX_POSITION &rPosition) const | CFX_PtrList | inline |
| GetNextPosition(FX_POSITION pos) const | CFX_PtrList | inline |
| GetPrev(FX_POSITION &rPosition) const | CFX_PtrList | inline |
| GetPrevPosition(FX_POSITION pos) const | CFX_PtrList | inline |
| GetTailPosition() const | CFX_PtrList | inline |
| InsertAfter(FX_POSITION pos, void *newElement) | CFX_PtrList | |
| RemoveAll() | CFX_PtrList | |
| RemoveAt(FX_POSITION pos) | CFX_PtrList | |
| SetAt(FX_POSITION pos, void *newElement) | CFX_PtrList | inline |
| ~CFX_PtrList() | CFX_PtrList |