#include <XalanVector.hpp>
Definition at line 58 of file XalanVector.hpp.
| typedef const value_type* XalanVector< Type, ConstructionTraits >::const_iterator |
Definition at line 89 of file XalanVector.hpp.
| typedef const value_type* XalanVector< Type, ConstructionTraits >::const_pointer |
Definition at line 65 of file XalanVector.hpp.
| typedef const value_type& XalanVector< Type, ConstructionTraits >::const_reference |
Definition at line 67 of file XalanVector.hpp.
| typedef const_reverse_iterator_ XalanVector< Type, ConstructionTraits >::const_reverse_iterator |
Definition at line 118 of file XalanVector.hpp.
| typedef XALAN_STD_QUALIFIER reverse_iterator< const_iterator, value_type, const_reference> XalanVector< Type, ConstructionTraits >::const_reverse_iterator_ |
Definition at line 114 of file XalanVector.hpp.
| typedef Constructor::ConstructableType XalanVector< Type, ConstructionTraits >::ConstructibleType |
Definition at line 123 of file XalanVector.hpp.
| typedef ConstructionTraits::Constructor XalanVector< Type, ConstructionTraits >::Constructor |
Definition at line 122 of file XalanVector.hpp.
| typedef ptrdiff_t XalanVector< Type, ConstructionTraits >::difference_type |
Definition at line 69 of file XalanVector.hpp.
| typedef value_type* XalanVector< Type, ConstructionTraits >::iterator |
Definition at line 88 of file XalanVector.hpp.
| typedef value_type* XalanVector< Type, ConstructionTraits >::pointer |
Definition at line 64 of file XalanVector.hpp.
| typedef value_type& XalanVector< Type, ConstructionTraits >::reference |
Definition at line 66 of file XalanVector.hpp.
| typedef reverse_iterator_ XalanVector< Type, ConstructionTraits >::reverse_iterator |
Definition at line 117 of file XalanVector.hpp.
| typedef XALAN_STD_QUALIFIER reverse_iterator< iterator, value_type> XalanVector< Type, ConstructionTraits >::reverse_iterator_ |
Definition at line 110 of file XalanVector.hpp.
| typedef size_t XalanVector< Type, ConstructionTraits >::size_type |
Definition at line 68 of file XalanVector.hpp.
| typedef XalanVector<value_type, ConstructionTraits> XalanVector< Type, ConstructionTraits >::ThisType |
Definition at line 120 of file XalanVector.hpp.
| typedef Type XalanVector< Type, ConstructionTraits >::value_type |
Definition at line 63 of file XalanVector.hpp.
| XalanVector< Type, ConstructionTraits >::XalanVector | ( | MemoryManager & | theManager = XalanMemMgrs::getDefaultXercesMemMgr(), |
|
| size_type | initialAllocation = size_type(0) | |||
| ) | [inline] |
Definition at line 125 of file XalanVector.hpp.
| XalanVector< Type, ConstructionTraits >::XalanVector | ( | const ThisType & | theSource, | |
| MemoryManager & | theManager = XalanMemMgrs::getDefaultXercesMemMgr(), |
|||
| size_type | theInitialAllocation = size_type(0) | |||
| ) | [inline] |
Definition at line 153 of file XalanVector.hpp.
| XalanVector< Type, ConstructionTraits >::XalanVector | ( | const_iterator | theFirst, | |
| const_iterator | theLast, | |||
| MemoryManager & | theManager | |||
| ) | [inline] |
Definition at line 181 of file XalanVector.hpp.
| XalanVector< Type, ConstructionTraits >::XalanVector | ( | size_type | theInsertSize, | |
| const value_type & | theData, | |||
| MemoryManager & | theManager | |||
| ) | [inline] |
Definition at line 218 of file XalanVector.hpp.
| XalanVector< Type, ConstructionTraits >::~XalanVector | ( | ) | [inline] |
Definition at line 236 of file XalanVector.hpp.
| void XalanVector< Type, ConstructionTraits >::assign | ( | const_iterator | theFirst, | |
| const_iterator | theLast | |||
| ) | [inline] |
Definition at line 541 of file XalanVector.hpp.
| void XalanVector< Type, ConstructionTraits >::assign | ( | iterator | theFirst, | |
| iterator | theLast | |||
| ) | [inline] |
Definition at line 554 of file XalanVector.hpp.
| void XalanVector< Type, ConstructionTraits >::assign | ( | size_type | theCount, | |
| const value_type & | theData | |||
| ) | [inline] |
Definition at line 564 of file XalanVector.hpp.
| reference XalanVector< Type, ConstructionTraits >::at | ( | size_type | theIndex | ) | [inline] |
Definition at line 754 of file XalanVector.hpp.
| const_reference XalanVector< Type, ConstructionTraits >::at | ( | size_type | theIndex | ) | const [inline] |
Definition at line 765 of file XalanVector.hpp.
| reference XalanVector< Type, ConstructionTraits >::back | ( | ) | [inline] |
Definition at line 677 of file XalanVector.hpp.
| const_reference XalanVector< Type, ConstructionTraits >::back | ( | ) | const [inline] |
Definition at line 683 of file XalanVector.hpp.
| iterator XalanVector< Type, ConstructionTraits >::begin | ( | ) | [inline] |
Definition at line 689 of file XalanVector.hpp.
| const_iterator XalanVector< Type, ConstructionTraits >::begin | ( | ) | const [inline] |
Definition at line 697 of file XalanVector.hpp.
| size_type XalanVector< Type, ConstructionTraits >::capacity | ( | ) | const [inline] |
Definition at line 632 of file XalanVector.hpp.
| void XalanVector< Type, ConstructionTraits >::clear | ( | ) | [inline] |
Definition at line 792 of file XalanVector.hpp.
| static XalanVector* XalanVector< Type, ConstructionTraits >::create | ( | const_iterator | theFirst, | |
| const_iterator | theLast, | |||
| MemoryManager & | theManager | |||
| ) | [inline, static] |
Definition at line 201 of file XalanVector.hpp.
| static XalanVector* XalanVector< Type, ConstructionTraits >::create | ( | MemoryManager & | theManager, | |
| size_type | initialAllocation = size_type(0) | |||
| ) | [inline, static] |
Definition at line 137 of file XalanVector.hpp.
| pointer XalanVector< Type, ConstructionTraits >::detach | ( | ) | [inline] |
Definition at line 897 of file XalanVector.hpp.
| bool XalanVector< Type, ConstructionTraits >::empty | ( | ) | const [inline] |
Definition at line 640 of file XalanVector.hpp.
| iterator XalanVector< Type, ConstructionTraits >::end | ( | ) | [inline] |
Definition at line 705 of file XalanVector.hpp.
| const_iterator XalanVector< Type, ConstructionTraits >::end | ( | ) | const [inline] |
Definition at line 713 of file XalanVector.hpp.
| iterator XalanVector< Type, ConstructionTraits >::erase | ( | iterator | theFirst, | |
| iterator | theLast | |||
| ) | [inline] |
Definition at line 271 of file XalanVector.hpp.
| iterator XalanVector< Type, ConstructionTraits >::erase | ( | iterator | position | ) | [inline] |
Definition at line 293 of file XalanVector.hpp.
| reference XalanVector< Type, ConstructionTraits >::front | ( | ) | [inline] |
Definition at line 661 of file XalanVector.hpp.
| const_reference XalanVector< Type, ConstructionTraits >::front | ( | ) | const [inline] |
Definition at line 669 of file XalanVector.hpp.
| const MemoryManager& XalanVector< Type, ConstructionTraits >::getMemoryManager | ( | ) | const [inline] |
Definition at line 877 of file XalanVector.hpp.
| MemoryManager& XalanVector< Type, ConstructionTraits >::getMemoryManager | ( | ) | [inline] |
Definition at line 885 of file XalanVector.hpp.
| void XalanVector< Type, ConstructionTraits >::insert | ( | iterator | thePosition, | |
| size_type | theCount, | |||
| const value_type & | theData | |||
| ) | [inline] |
Definition at line 418 of file XalanVector.hpp.
| iterator XalanVector< Type, ConstructionTraits >::insert | ( | iterator | thePosition, | |
| const value_type & | theData | |||
| ) | [inline] |
Definition at line 519 of file XalanVector.hpp.
| void XalanVector< Type, ConstructionTraits >::insert | ( | iterator | thePosition, | |
| const_iterator | theFirst, | |||
| const_iterator | theLast | |||
| ) | [inline] |
Definition at line 299 of file XalanVector.hpp.
| size_type XalanVector< Type, ConstructionTraits >::max_size | ( | ) | const [inline] |
Definition at line 582 of file XalanVector.hpp.
| ThisType& XalanVector< Type, ConstructionTraits >::operator= | ( | const ThisType & | theRHS | ) | [inline] |
Definition at line 806 of file XalanVector.hpp.
| reference XalanVector< Type, ConstructionTraits >::operator[] | ( | size_type | theIndex | ) | [inline] |
Definition at line 776 of file XalanVector.hpp.
| const_reference XalanVector< Type, ConstructionTraits >::operator[] | ( | size_type | theIndex | ) | const [inline] |
Definition at line 784 of file XalanVector.hpp.
| void XalanVector< Type, ConstructionTraits >::pop_back | ( | ) | [inline] |
Definition at line 259 of file XalanVector.hpp.
| void XalanVector< Type, ConstructionTraits >::push_back | ( | const value_type & | data | ) | [inline] |
Definition at line 249 of file XalanVector.hpp.
| const_reverse_iterator XalanVector< Type, ConstructionTraits >::rbegin | ( | ) | const [inline] |
Definition at line 729 of file XalanVector.hpp.
| reverse_iterator XalanVector< Type, ConstructionTraits >::rbegin | ( | ) | [inline] |
Definition at line 721 of file XalanVector.hpp.
| reverse_iterator XalanVector< Type, ConstructionTraits >::rend | ( | ) | [inline] |
Definition at line 737 of file XalanVector.hpp.
| const_reverse_iterator XalanVector< Type, ConstructionTraits >::rend | ( | ) | const [inline] |
Definition at line 745 of file XalanVector.hpp.
| void XalanVector< Type, ConstructionTraits >::reserve | ( | size_type | theSize | ) | [inline] |
Definition at line 648 of file XalanVector.hpp.
| void XalanVector< Type, ConstructionTraits >::resize | ( | size_type | theSize | ) | [inline] |
Definition at line 590 of file XalanVector.hpp.
| void XalanVector< Type, ConstructionTraits >::resize | ( | size_type | theSize, | |
| const value_type & | theValue | |||
| ) | [inline] |
Definition at line 598 of file XalanVector.hpp.
| size_type XalanVector< Type, ConstructionTraits >::size | ( | ) | const [inline] |
Definition at line 574 of file XalanVector.hpp.
| void XalanVector< Type, ConstructionTraits >::swap | ( | ThisType & | theOther | ) | [inline] |
Definition at line 854 of file XalanVector.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|