typedef size_t XalanDeque< Type, ConstructionTraits >::size_type |
typedef Type XalanDeque< Type, ConstructionTraits >::value_type |
typedef Type& XalanDeque< Type, ConstructionTraits >::reference |
typedef const Type& XalanDeque< Type, ConstructionTraits >::const_reference |
typedef XalanVector<Type, ConstructionTraits> XalanDeque< Type, ConstructionTraits >::BlockType |
typedef XalanVector<BlockType*> XalanDeque< Type, ConstructionTraits >::BlockIndexType |
typedef XalanDeque<Type, ConstructionTraits> XalanDeque< Type, ConstructionTraits >::ThisType |
typedef XalanDequeIterator<XalanDequeIteratorTraits<value_type>, ThisType> XalanDeque< Type, ConstructionTraits >::iterator |
typedef XalanDequeIterator<XalanDequeConstIteratorTraits<value_type>, ThisType> XalanDeque< Type, ConstructionTraits >::const_iterator |
typedef XALAN_STD_QUALIFIER reverse_iterator<iterator, value_type> XalanDeque< Type, ConstructionTraits >::reverse_iterator_ |
typedef XALAN_STD_QUALIFIER reverse_iterator<const_iterator, value_type, const_reference> XalanDeque< Type, ConstructionTraits >::const_reverse_iterator_ |
typedef reverse_iterator_ XalanDeque< Type, ConstructionTraits >::reverse_iterator |
typedef const_reverse_iterator_ XalanDeque< Type, ConstructionTraits >::const_reverse_iterator |
XalanDeque< Type, ConstructionTraits >::XalanDeque | ( | MemoryManagerType & | memoryManager, | |
size_type | initialSize = 0 , |
|||
size_type | blockSize = 10 | |||
) |
XalanDeque< Type, ConstructionTraits >::XalanDeque | ( | const XalanDeque< Type, ConstructionTraits > & | theRhs, | |
MemoryManagerType & | memoryManager | |||
) |
XalanDeque< Type, ConstructionTraits >::~XalanDeque | ( | ) |
static XalanDeque* XalanDeque< Type, ConstructionTraits >::create | ( | MemoryManagerType & | theManager, | |
size_type | initialSize = 0 , |
|||
size_type | blockSize = 10 | |||
) | [static] |
iterator XalanDeque< Type, ConstructionTraits >::begin | ( | ) |
const_iterator XalanDeque< Type, ConstructionTraits >::begin | ( | ) | const |
iterator XalanDeque< Type, ConstructionTraits >::end | ( | ) |
const_iterator XalanDeque< Type, ConstructionTraits >::end | ( | ) | const |
const_reverse_iterator XalanDeque< Type, ConstructionTraits >::rbegin | ( | ) | const |
const_reverse_iterator XalanDeque< Type, ConstructionTraits >::rend | ( | ) | const |
bool XalanDeque< Type, ConstructionTraits >::empty | ( | ) | const |
size_type XalanDeque< Type, ConstructionTraits >::size | ( | ) | const |
value_type& XalanDeque< Type, ConstructionTraits >::back | ( | ) |
value_type& XalanDeque< Type, ConstructionTraits >::operator[] | ( | size_type | index | ) |
const value_type& XalanDeque< Type, ConstructionTraits >::operator[] | ( | size_type | index | ) | const |
void XalanDeque< Type, ConstructionTraits >::clear | ( | ) |
void XalanDeque< Type, ConstructionTraits >::push_back | ( | const value_type & | value | ) |
void XalanDeque< Type, ConstructionTraits >::pop_back | ( | ) |
void XalanDeque< Type, ConstructionTraits >::resize | ( | size_type | newSize | ) |
void XalanDeque< Type, ConstructionTraits >::swap | ( | XalanDeque< Type, ConstructionTraits > & | theRhs | ) |
XalanDeque& XalanDeque< Type, ConstructionTraits >::operator= | ( | const XalanDeque< Type, ConstructionTraits > & | theRhs | ) |
MemoryManagerType& XalanDeque< Type, ConstructionTraits >::getMemoryManager | ( | ) |
BlockType* XalanDeque< Type, ConstructionTraits >::getNewBlock | ( | ) | [protected] |
BlockType* XalanDeque< Type, ConstructionTraits >::allocate | ( | size_type | size | ) | [protected] |
void XalanDeque< Type, ConstructionTraits >::deallocate | ( | BlockType * | pointer | ) | [protected] |
MemoryManagerType* XalanDeque< Type, ConstructionTraits >::m_memoryManager [protected] |
const size_type XalanDeque< Type, ConstructionTraits >::m_blockSize [protected] |
BlockIndexType XalanDeque< Type, ConstructionTraits >::m_blockIndex [protected] |
BlockIndexType XalanDeque< Type, ConstructionTraits >::m_freeBlockVector [protected] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|