allocate(size_type size) | XalanDeque< Type, ConstructionTraits > | [protected] |
back() | XalanDeque< Type, ConstructionTraits > | |
begin() | XalanDeque< Type, ConstructionTraits > | |
begin() const | XalanDeque< Type, ConstructionTraits > | |
BlockIndexType typedef | XalanDeque< Type, ConstructionTraits > | |
BlockType typedef | XalanDeque< Type, ConstructionTraits > | |
clear() | XalanDeque< Type, ConstructionTraits > | |
const_iterator typedef | XalanDeque< Type, ConstructionTraits > | |
const_reference typedef | XalanDeque< Type, ConstructionTraits > | |
const_reverse_iterator typedef | XalanDeque< Type, ConstructionTraits > | |
const_reverse_iterator_ typedef | XalanDeque< Type, ConstructionTraits > | |
create(MemoryManagerType &theManager, size_type initialSize=0, size_type blockSize=10) | XalanDeque< Type, ConstructionTraits > | [static] |
deallocate(BlockType *pointer) | XalanDeque< Type, ConstructionTraits > | [protected] |
empty() const | XalanDeque< Type, ConstructionTraits > | |
end() | XalanDeque< Type, ConstructionTraits > | |
end() const | XalanDeque< Type, ConstructionTraits > | |
getMemoryManager() | XalanDeque< Type, ConstructionTraits > | |
getNewBlock() | XalanDeque< Type, ConstructionTraits > | [protected] |
iterator typedef | XalanDeque< Type, ConstructionTraits > | |
m_blockIndex | XalanDeque< Type, ConstructionTraits > | [protected] |
m_blockSize | XalanDeque< Type, ConstructionTraits > | [protected] |
m_freeBlockVector | XalanDeque< Type, ConstructionTraits > | [protected] |
m_memoryManager | XalanDeque< Type, ConstructionTraits > | [protected] |
operator=(const XalanDeque &theRhs) | XalanDeque< Type, ConstructionTraits > | |
operator[](size_type index) | XalanDeque< Type, ConstructionTraits > | |
operator[](size_type index) const | XalanDeque< Type, ConstructionTraits > | |
pop_back() | XalanDeque< Type, ConstructionTraits > | |
push_back(const value_type &value) | XalanDeque< Type, ConstructionTraits > | |
rbegin() const | XalanDeque< Type, ConstructionTraits > | |
reference typedef | XalanDeque< Type, ConstructionTraits > | |
rend() const | XalanDeque< Type, ConstructionTraits > | |
resize(size_type newSize) | XalanDeque< Type, ConstructionTraits > | |
reverse_iterator typedef | XalanDeque< Type, ConstructionTraits > | |
reverse_iterator_ typedef | XalanDeque< Type, ConstructionTraits > | |
size() const | XalanDeque< Type, ConstructionTraits > | |
size_type typedef | XalanDeque< Type, ConstructionTraits > | |
swap(XalanDeque &theRhs) | XalanDeque< Type, ConstructionTraits > | |
value_type typedef | XalanDeque< Type, ConstructionTraits > | |
XalanDeque(MemoryManagerType &memoryManager, size_type initialSize=0, size_type blockSize=10) | XalanDeque< Type, ConstructionTraits > | |
XalanDeque(const XalanDeque &theRhs, MemoryManagerType &memoryManager) | XalanDeque< Type, ConstructionTraits > | |
~XalanDeque() | XalanDeque< Type, ConstructionTraits > | |