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