TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
CollectionTraitsVector< BASE > Member List

This is the complete list of members for CollectionTraitsVector< BASE >, including all inherited members.

_IsPODType typedefvector< BASE::tValueType >protected
_Iterator_category typedefvector< BASE::tValueType >
_TrivialAss typedefvector< BASE::tValueType >protected
Add(tContainer &aContainer, const Var &aVar)CollectionTraitsVector< BASE >static
AddValue(tContainer &aContainer, const tValType &aV)CollectionTraitsVector< BASE >static
allocator_type typedefvector< BASE::tValueType >
assign(size_type __n, const BASE::tValueType &__val)vector< BASE::tValueType >
assign(const_iterator __first, const_iterator __last)vector< BASE::tValueType >
ASTL_DECLARE_RANDOM_ACCESS_REVERSE_ITERATORSvector< BASE::tValueType >
at(tU32 anIndex) const CollectionTraitsVector< BASE >
vector< BASE::tValueType >::at(size_type __n)vector< BASE::tValueType >
vector< BASE::tValueType >::at(size_type __n) constvector< BASE::tValueType >
back()CollectionTraitsVector< BASE >
back() const CollectionTraitsVector< BASE >
begin()vector< BASE::tValueType >
begin() constvector< BASE::tValueType >
CanPut(const Var &aKey, const Var &aValue)CollectionTraitsVector< BASE >static
capacity() constvector< BASE::tValueType >
clear()vector< BASE::tValueType >
CollectionTraitsVector()CollectionTraitsVector< BASE >
CollectionTraitsVector(const tContainer &c)CollectionTraitsVector< BASE >
const_iterator typedefvector< BASE::tValueType >
const_pointer typedefvector< BASE::tValueType >
const_reference typedefvector< BASE::tValueType >
difference_type typedefvector< BASE::tValueType >
eKeyType enum valueCollectionTraitsVector< BASE >
eModifyContainerInvalidatesAllIterators enum valueCollectionTraitsVector< BASE >
empty() constvector< BASE::tValueType >
end()vector< BASE::tValueType >
end() constvector< BASE::tValueType >
erase(iterator __position)vector< BASE::tValueType >
erase(iterator __first, iterator __last)vector< BASE::tValueType >
eValType enum valueCollectionTraitsVector< BASE >
Find(const tContainer &aContainer, const tValType &aVal)CollectionTraitsVector< BASE >static
front()CollectionTraitsVector< BASE >
front() const CollectionTraitsVector< BASE >
Get(const tContainer &aContainer, const Var &aKey)CollectionTraitsVector< BASE >static
get_allocator() constvector< BASE::tValueType >
GetDataPtr(const tContainer &aContainer)CollectionTraitsVector< BASE >static
GetDataSize(const tContainer &aContainer)CollectionTraitsVector< BASE >static
GetFirst(const tContainer &aContainer)CollectionTraitsVector< BASE >static
GetIterator(const tContainer &aContainer, const typename tContainer::const_iterator &aIt, Var &aKey, Var &aVal)CollectionTraitsVector< BASE >static
GetLast(const tContainer &aContainer)CollectionTraitsVector< BASE >static
insert(iterator __position, const BASE::tValueType &__x)vector< BASE::tValueType >
insert(iterator __position)vector< BASE::tValueType >
insert(iterator __position, const_iterator __first, const_iterator __last)vector< BASE::tValueType >
insert(iterator __pos, size_type __n, const BASE::tValueType &__x)vector< BASE::tValueType >
insert_at(unsigned int idx, const BASE::tValueType &val)vector< BASE::tValueType >
itat(size_type aIndex)vector< BASE::tValueType >
itat(size_type aIndex) constvector< BASE::tValueType >
iterator typedefvector< BASE::tValueType >
max_size() constvector< BASE::tValueType >
operator=(const vector< BASE::tValueType, _Alloc > &__x)vector< BASE::tValueType >
operator[](tU32 anIndex)CollectionTraitsVector< BASE >
operator[](tU32 anIndex) const CollectionTraitsVector< BASE >
vector< BASE::tValueType >::operator[](size_type __n)vector< BASE::tValueType >
vector< BASE::tValueType >::operator[](size_type __n) constvector< BASE::tValueType >
pointer typedefvector< BASE::tValueType >
pop_back()vector< BASE::tValueType >
push_back(const BASE::tValueType &__x)vector< BASE::tValueType >
push_back()vector< BASE::tValueType >
Put(tContainer &aContainer, const Var &aKey, const Var &aValue)CollectionTraitsVector< BASE >static
rbegin()vector< BASE::tValueType >
rbegin() constvector< BASE::tValueType >
reference typedefvector< BASE::tValueType >
remove_at(unsigned int idx)vector< BASE::tValueType >
RemoveFirst(tContainer &aContainer)CollectionTraitsVector< BASE >static
RemoveLast(tContainer &aContainer)CollectionTraitsVector< BASE >static
rend()vector< BASE::tValueType >
rend() constvector< BASE::tValueType >
Reserve(tContainer &aContainer, tU32 anNumElements)CollectionTraitsVector< BASE >static
reserve(size_type __n)vector< BASE::tValueType >
Resize(tContainer &aContainer, tU32 anNumElements)CollectionTraitsVector< BASE >static
resize(size_type __new_size, const BASE::tValueType &__x)vector< BASE::tValueType >
resize(size_type __new_size)vector< BASE::tValueType >
SetFirst(tContainer &aContainer, const Var &aValue)CollectionTraitsVector< BASE >static
SetLast(tContainer &aContainer, const Var &aValue)CollectionTraitsVector< BASE >static
size() constvector< BASE::tValueType >
size_type typedefvector< BASE::tValueType >
swap(vector< BASE::tValueType, _Alloc > &__x)vector< BASE::tValueType >
tContainer typedefCollectionTraitsVector< BASE >
tKeyTraits typedefCollectionTraitsVector< BASE >
tKeyType typedefCollectionTraitsVector< BASE >
top()vector< BASE::tValueType >
top() constvector< BASE::tValueType >
tValTraits typedefCollectionTraitsVector< BASE >
tValType typedefCollectionTraitsVector< BASE >
value_type typedefvector< BASE::tValueType >
vector(const allocator_type &__a=allocator_type())vector< BASE::tValueType >explicit
vector(size_type __n, const BASE::tValueType &__val, const allocator_type &__a=allocator_type())vector< BASE::tValueType >
vector(size_type __n)vector< BASE::tValueType >explicit
vector(const vector< BASE::tValueType, _Alloc > &__x)vector< BASE::tValueType >
vector(const BASE::tValueType *__first, const BASE::tValueType *__last, const allocator_type &__a=allocator_type())vector< BASE::tValueType >
~vector()vector< BASE::tValueType >