typedef const value_type* XalanVector< Type, ConstructionTraits >::const_iterator |
typedef const value_type* XalanVector< Type, ConstructionTraits >::const_pointer |
typedef const value_type& XalanVector< Type, ConstructionTraits >::const_reference |
typedef const_reverse_iterator_ XalanVector< Type, ConstructionTraits >::const_reverse_iterator |
typedef XALAN_STD_QUALIFIER reverse_iterator<const_iterator, value_type, const_reference> XalanVector< Type, ConstructionTraits >::const_reverse_iterator_ |
typedef Constructor::ConstructableType XalanVector< Type, ConstructionTraits >::ConstructibleType |
typedef ConstructionTraits::Constructor XalanVector< Type, ConstructionTraits >::Constructor |
typedef ptrdiff_t XalanVector< Type, ConstructionTraits >::difference_type |
typedef value_type* XalanVector< Type, ConstructionTraits >::iterator |
typedef value_type* XalanVector< Type, ConstructionTraits >::pointer |
typedef value_type& XalanVector< Type, ConstructionTraits >::reference |
typedef reverse_iterator_ XalanVector< Type, ConstructionTraits >::reverse_iterator |
typedef XALAN_STD_QUALIFIER reverse_iterator<iterator, value_type> XalanVector< Type, ConstructionTraits >::reverse_iterator_ |
typedef size_t XalanVector< Type, ConstructionTraits >::size_type |
typedef XalanVector<value_type, ConstructionTraits> XalanVector< Type, ConstructionTraits >::ThisType |
typedef Type XalanVector< Type, ConstructionTraits >::value_type |
XalanVector< Type, ConstructionTraits >::XalanVector | ( | MemoryManager &theManager | XALAN_DEFAULT_CONSTRUCTOR_MEMORY_MGR, | |
size_type | initialAllocation = size_type(0) | |||
) |
XalanVector< Type, ConstructionTraits >::XalanVector | ( | const ThisType & | theSource, | |
MemoryManager &theManager | XALAN_DEFAULT_CONSTRUCTOR_MEMORY_MGR, | |||
size_type | theInitialAllocation = size_type(0) | |||
) |
XalanVector< Type, ConstructionTraits >::XalanVector | ( | const_iterator | theFirst, | |
const_iterator | theLast, | |||
MemoryManager & | theManager | |||
) |
XalanVector< Type, ConstructionTraits >::XalanVector | ( | size_type | theInsertSize, | |
const value_type & | theData, | |||
MemoryManager & | theManager | |||
) |
XalanVector< Type, ConstructionTraits >::~XalanVector | ( | ) |
void XalanVector< Type, ConstructionTraits >::assign | ( | size_type | theCount, | |
const value_type & | theData | |||
) |
void XalanVector< Type, ConstructionTraits >::assign | ( | iterator | theFirst, | |
iterator | theLast | |||
) |
void XalanVector< Type, ConstructionTraits >::assign | ( | const_iterator | theFirst, | |
const_iterator | theLast | |||
) |
const_reference XalanVector< Type, ConstructionTraits >::at | ( | size_type | theIndex | ) | const |
reference XalanVector< Type, ConstructionTraits >::at | ( | size_type | theIndex | ) |
const_reference XalanVector< Type, ConstructionTraits >::back | ( | ) | const |
reference XalanVector< Type, ConstructionTraits >::back | ( | ) |
const_iterator XalanVector< Type, ConstructionTraits >::begin | ( | ) | const |
iterator XalanVector< Type, ConstructionTraits >::begin | ( | ) |
size_type XalanVector< Type, ConstructionTraits >::capacity | ( | ) | const |
void XalanVector< Type, ConstructionTraits >::clear | ( | ) |
static XalanVector* XalanVector< Type, ConstructionTraits >::create | ( | const_iterator | theFirst, | |
const_iterator | theLast, | |||
MemoryManager & | theManager | |||
) | [static] |
static XalanVector* XalanVector< Type, ConstructionTraits >::create | ( | MemoryManager & | theManager, | |
size_type | initialAllocation = size_type(0) | |||
) | [static] |
pointer XalanVector< Type, ConstructionTraits >::detach | ( | ) |
bool XalanVector< Type, ConstructionTraits >::empty | ( | ) | const |
const_iterator XalanVector< Type, ConstructionTraits >::end | ( | ) | const |
iterator XalanVector< Type, ConstructionTraits >::end | ( | ) |
iterator XalanVector< Type, ConstructionTraits >::erase | ( | iterator | position | ) |
iterator XalanVector< Type, ConstructionTraits >::erase | ( | iterator | theFirst, | |
iterator | theLast | |||
) |
const_reference XalanVector< Type, ConstructionTraits >::front | ( | ) | const |
reference XalanVector< Type, ConstructionTraits >::front | ( | ) |
MemoryManager& XalanVector< Type, ConstructionTraits >::getMemoryManager | ( | ) |
const MemoryManager* XalanVector< Type, ConstructionTraits >::getMemoryManager | ( | ) | const |
iterator XalanVector< Type, ConstructionTraits >::insert | ( | iterator | thePosition, | |
const value_type & | theData | |||
) |
void XalanVector< Type, ConstructionTraits >::insert | ( | iterator | thePosition, | |
size_type | theCount, | |||
const value_type & | theData | |||
) |
void XalanVector< Type, ConstructionTraits >::insert | ( | iterator | thePosition, | |
const_iterator | theFirst, | |||
const_iterator | theLast | |||
) |
size_type XalanVector< Type, ConstructionTraits >::max_size | ( | ) | const |
ThisType& XalanVector< Type, ConstructionTraits >::operator= | ( | const ThisType & | theRHS | ) |
const_reference XalanVector< Type, ConstructionTraits >::operator[] | ( | size_type | theIndex | ) | const |
reference XalanVector< Type, ConstructionTraits >::operator[] | ( | size_type | theIndex | ) |
void XalanVector< Type, ConstructionTraits >::pop_back | ( | ) |
void XalanVector< Type, ConstructionTraits >::push_back | ( | const value_type & | data | ) |
const_reverse_iterator XalanVector< Type, ConstructionTraits >::rbegin | ( | ) | const |
reverse_iterator XalanVector< Type, ConstructionTraits >::rbegin | ( | ) |
const_reverse_iterator XalanVector< Type, ConstructionTraits >::rend | ( | ) | const |
reverse_iterator XalanVector< Type, ConstructionTraits >::rend | ( | ) |
void XalanVector< Type, ConstructionTraits >::reserve | ( | size_type | theSize | ) |
void XalanVector< Type, ConstructionTraits >::resize | ( | size_type | theSize, | |
const value_type & | theValue | |||
) |
void XalanVector< Type, ConstructionTraits >::resize | ( | size_type | theSize | ) |
size_type XalanVector< Type, ConstructionTraits >::size | ( | ) | const |
void XalanVector< Type, ConstructionTraits >::swap | ( | ThisType & | theOther | ) |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|