Nugget
eastl::vector< T, Allocator > Member List

This is the complete list of members for eastl::vector< T, Allocator >, including all inherited members.

allocator_type typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
assign(size_type n, const value_type &value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
assign(InputIterator first, InputIterator last) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
assign(std::initializer_list< value_type > ilist) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
at(size_type n) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
at(size_type n) const (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
back() (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
back() const (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
begin() EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
begin() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
capacity() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
cbegin() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
cend() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
clear() EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
const_iterator typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
const_pointer typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
const_reference typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
const_reverse_iterator typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
crbegin() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
crend() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
data() EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
data() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
difference_type typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
DoAllocate(size_type n) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
DoAllocate(size_type n) (defined in eastl::VectorBase< T, EASTLAllocatorType >)eastl::VectorBase< T, EASTLAllocatorType >inlineprotected
DoAssign(Integer n, Integer value, true_type) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineprotected
DoAssign(InputIterator first, InputIterator last, false_type) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineprotected
DoAssignFromIterator(InputIterator first, InputIterator last, EASTL_ITC_NS::input_iterator_tag) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >protected
DoAssignFromIterator(RandomAccessIterator first, RandomAccessIterator last, EASTL_ITC_NS::random_access_iterator_tag) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >protected
DoAssignValues(size_type n, const value_type &value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >protected
DoClearCapacity() (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >protected
DoFree(T *p, size_type n) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
DoFree(T *p, size_type n) (defined in eastl::VectorBase< T, EASTLAllocatorType >)eastl::VectorBase< T, EASTLAllocatorType >inlineprotected
DoGrow(size_type n) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >protected
DoInit(Integer n, Integer value, true_type) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineprotected
DoInit(InputIterator first, InputIterator last, false_type) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineprotected
DoInitFromIterator(InputIterator first, InputIterator last, EASTL_ITC_NS::input_iterator_tag) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineprotected
DoInitFromIterator(ForwardIterator first, ForwardIterator last, EASTL_ITC_NS::forward_iterator_tag) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineprotected
DoInsert(const_iterator position, Integer n, Integer value, true_type) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineprotected
DoInsert(const_iterator position, InputIterator first, InputIterator last, false_type) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineprotected
DoInsertFromIterator(const_iterator position, InputIterator first, InputIterator last, EASTL_ITC_NS::input_iterator_tag) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineprotected
DoInsertFromIterator(const_iterator position, BidirectionalIterator first, BidirectionalIterator last, EASTL_ITC_NS::bidirectional_iterator_tag) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >protected
DoInsertValue(const_iterator position, Args &&... args) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >protected
DoInsertValueEnd(Args &&... args) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >protected
DoInsertValues(const_iterator position, size_type n, const value_type &value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >protected
DoInsertValuesEnd(size_type n) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >protected
DoInsertValuesEnd(size_type n, const value_type &value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >protected
DoRealloc(size_type n, ForwardIterator first, ForwardIterator last, should_copy_tag) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineprotected
DoRealloc(size_type n, ForwardIterator first, ForwardIterator last, should_move_tag) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineprotected
DoSwap(this_type &x) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineprotected
emplace(const_iterator position, Args &&... args) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
emplace_back(Args &&... args) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
empty() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
end() EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
end() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
erase(const_iterator position) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
erase(const_iterator first, const_iterator last) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
erase(const_reverse_iterator position) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
erase(const_reverse_iterator first, const_reverse_iterator last) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
erase_first(const T &value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
erase_first_unsorted(const T &value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
erase_last(const T &value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
erase_last_unsorted(const T &value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
erase_unsorted(const_iterator position) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
erase_unsorted(const_reverse_iterator position) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
front() (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
front() const (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
get_allocator() const EA_NOEXCEPT (defined in eastl::VectorBase< T, EASTLAllocatorType >)eastl::VectorBase< T, EASTLAllocatorType >inline
get_allocator() EA_NOEXCEPT (defined in eastl::VectorBase< T, EASTLAllocatorType >)eastl::VectorBase< T, EASTLAllocatorType >inline
GetNewCapacity(size_type currentCapacity) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
GetNewCapacity(size_type currentCapacity) (defined in eastl::VectorBase< T, EASTLAllocatorType >)eastl::VectorBase< T, EASTLAllocatorType >inlineprotected
insert(const_iterator position, const value_type &value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
insert(const_iterator position, size_type n, const value_type &value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
insert(const_iterator position, value_type &&value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
insert(const_iterator position, std::initializer_list< value_type > ilist) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
insert(const_iterator position, InputIterator first, InputIterator last) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
internalAllocator() EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
internalAllocator() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
internalAllocator() const EA_NOEXCEPT (defined in eastl::VectorBase< T, EASTLAllocatorType >)eastl::VectorBase< T, EASTLAllocatorType >inlineprotected
internalCapacityPtr() EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
internalCapacityPtr() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
internalCapacityPtr() const EA_NOEXCEPT (defined in eastl::VectorBase< T, EASTLAllocatorType >)eastl::VectorBase< T, EASTLAllocatorType >inlineprotected
iterator typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
kMaxSizeeastl::VectorBase< T, EASTLAllocatorType >static
mCapacityAllocator (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
mpBegineastl::vector< T, Allocator >
mpEnd (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
npos (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >static
operator=(const this_type &x) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
operator=(std::initializer_list< value_type > ilist) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
operator=(this_type &&x) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
operator[](size_type n) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
operator[](size_type n) const (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
pointer typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
pop_back() (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
push_back(const value_type &value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
push_back() (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
push_back(value_type &&value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
push_back_uninitialized() (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
rbegin() EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
rbegin() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
reference typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
rend() EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
rend() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
reserve(size_type n) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
reset_lose_memory() EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
resize(size_type n, const value_type &value) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
resize(size_type n) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
reverse_iterator typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
set_allocator(const allocator_type &allocator) (defined in eastl::VectorBase< T, EASTLAllocatorType >)eastl::VectorBase< T, EASTLAllocatorType >inline
set_capacity(size_type n=base_type::npos) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
should_copy_tag typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >protected
should_move_tag typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >protected
shrink_to_fit() (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
size() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
size_type typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
swap(this_type &x) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
validate() const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
validate_iterator(const_iterator i) const EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
value_type typedef (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >
vector() EA_NOEXCEPT_IF(EA_NOEXCEPT_EXPR(EASTL_VECTOR_DEFAULT_ALLOCATOR)) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
vector(const allocator_type &allocator) EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineexplicit
vector(size_type n, const allocator_type &allocator=EASTL_VECTOR_DEFAULT_ALLOCATOR) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inlineexplicit
vector(size_type n, const value_type &value, const allocator_type &allocator=EASTL_VECTOR_DEFAULT_ALLOCATOR) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
vector(const this_type &x) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
vector(const this_type &x, const allocator_type &allocator) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
vector(this_type &&x) EA_NOEXCEPT (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
vector(this_type &&x, const allocator_type &allocator) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
vector(std::initializer_list< value_type > ilist, const allocator_type &allocator=EASTL_VECTOR_DEFAULT_ALLOCATOR) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
vector(InputIterator first, InputIterator last, const allocator_type &allocator=EASTL_VECTOR_DEFAULT_ALLOCATOR) (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
VectorBase() (defined in eastl::VectorBase< T, EASTLAllocatorType >)eastl::VectorBase< T, EASTLAllocatorType >inline
VectorBase(const allocator_type &allocator) (defined in eastl::VectorBase< T, EASTLAllocatorType >)eastl::VectorBase< T, EASTLAllocatorType >inline
VectorBase(size_type n, const allocator_type &allocator) (defined in eastl::VectorBase< T, EASTLAllocatorType >)eastl::VectorBase< T, EASTLAllocatorType >inline
~vector() (defined in eastl::vector< T, Allocator >)eastl::vector< T, Allocator >inline
~VectorBase() (defined in eastl::VectorBase< T, EASTLAllocatorType >)eastl::VectorBase< T, EASTLAllocatorType >inline