BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > Member List

This is the complete list of members for BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > , including all inherited members.

添加 (COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY) ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
AllocatorType typedef BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Append () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Append (const T &x) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Append (T &&x) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Append (const Block< const T > &values) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Append (const MoveBlock< T > &values) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Append (const std::initializer_list< T > &values) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
AppendAll (COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY) BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
AppendAllImpl (COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags, Bool overwrite, OverloadRank0) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > private
ArrayBase (ARGS &&... args) ArrayBase< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare > explicit
ArrayBase0 (ARGS &&... args) ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare > explicit
BaseArray () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
BaseArray (const ALLOCATOR &a) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > explicit
BaseArray (ALLOCATOR &&a) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > explicit
BaseArray (BaseArray &&src) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
BaseArray (const Block< T > &block, Int capacity) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > private
BaseCollection (ARGS &&... args) BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> > explicit
Begin () const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Begin () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
CheckValidIndex (Int index) const ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
Collection (ARGS &&... args) Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> > explicit
连接 (const Block< T > &block, Int capacity=0) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
ConstIterator typedef BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Contains (typename ByValueParam< T >::type v) const Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
ContainsAll (COLLECTION2 &&other) const BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
ContainsAllImpl (COLLECTION2 &&other, OverloadRank0) const BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
CopyFrom (COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::FIT_TO_SIZE) BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
CopyFromImpl (BASEARRAY &&src, COLLECTION_RESIZE_FLAGS resizeFlags, OverloadRank4) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > private
CopyFromImpl (BLOCK &&src, COLLECTION_RESIZE_FLAGS resizeFlags, OverloadRank3) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > private
ArrayBase< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >::CopyFromImpl (COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags, OverloadRank0) BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
Disconnect () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
End () const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
End () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
EnsureCapacity (Int requestedCapacity, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Erase (Int position, Int eraseCnt=1) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Erase (Iterator position, Int eraseCnt=1) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
EraseAll (typename ByValueParam< T >::type v) ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
EraseFirst (typename ByValueParam< T >::type v) ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
Find (typename ByValueParam< T >::type v) Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
Find (typename ByValueParam< T >::type v) const Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
FindIndex (typename ByValueParam< T >::type v, Int start) const ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >::FindIndex (typename ByValueParam< T >::type v) const Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
FindLastIndex (typename ByValueParam< T >::type v) const ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
FindLastIndex (typename ByValueParam< T >::type v, Int start) const ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
FitToSize (Int newCapacity) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > private
Flush () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
ForEach (FN &&callback) const Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
ForEach (FN &&callback) Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
GenericBaseArray class BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > friend
GetAllocator () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetAllocator () const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetBlock (Int position, Block< const T, STRIDED > &block) const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetBlock (Int position, Block< T, STRIDED > &block) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetBlock (ConstIterator position, Block< const T, STRIDED > &block) const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetBlock (Iterator position, Block< T, STRIDED > &block) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetBlocks () ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
GetBlocks () const ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
GetCapacityCount () const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetCount () const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetFirst () const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetFirst () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetHashCode () const ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
GetIndex (const T &x) const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetLast () const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetLast () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetMapKey (const T &key) Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> > static
GetMemorySize () const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
GetStridedBlocks () ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
GetStridedBlocks () const ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
IncreaseCapacity (Int increment=1, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > private
Insert (Int position) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Insert (Iterator position) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Insert (Int position, const T &x) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Insert (Iterator position, const T &x) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Insert (Int position, T &&x) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Insert (Iterator position, T &&x) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Insert (Int position, const Block< const T > &values) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Insert (Int position, const std::initializer_list< T > &values) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Insert (Int position, const MoveBlock< T > &values) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Insert (Iterator position, const Block< const T > &values) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Insert (Iterator position, const std::initializer_list< T > &values) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
InsertAll (Int index, COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY) ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
InsertWithoutConstructor (Int idx, Int increment=1) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > private
Intersect (const COLLECTION2 &other) BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
IntersectImpl (COLLECTION2 &&other, OverloadRank0) BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
Intersects (const COLLECTION2 &other) const BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
IsCollection typedef BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
IsEmpty () const BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
IsEqual (const COLLECTION2 &other, COMPARE &&cmp=COMPARE()) const BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
IsEqualImpl (const COLLECTION2 &other, COMPARE &&cmp, OverloadRank0) const ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
IsPopulated () const BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
IsValidIndex (Int index) const ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
Iterator typedef BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
KIND ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare > static
MAXON_DISALLOW_COPY_AND_ASSIGN (BaseArray) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > private
MAXON_OPERATOR_MOVE_ASSIGNMENT (BaseArray) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
MoveAndShrink (BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR > &dst, Int position, Int moveCnt) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
operator ArrayImpl< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator > & > () ArrayBase< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
operator ArrayImpl< const BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator > & > () const ArrayBase< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
operator Block< Byte > () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
operator Block< const Byte > () const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
operator const Block< const T > & () const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
operator const Block< T > & () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
operator StridedBlock< const T > () const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
operator StridedBlock< T > () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
operator ValueReceiver< const T & > () Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
operator ValueReceiver< T && > () Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
operator ValueReceiver< typename std::conditional< STD_IS_REPLACEMENT (scalar, T) Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
operator!= (const COLLECTION2 &other) const BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
operator== (const COLLECTION2 &other) const BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
operator[] (Int idx) const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
operator[] (Int idx) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Pop (T *dst=nullptr) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
重置 () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Resize (Int newCnt, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::DEFAULT) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
SetCapacityHint (Int requestedCapacity, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
切片 (Int start) ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
切片 (Int start) const ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
切片 (Int start, Int end) ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
切片 (Int start, Int end) const ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
Subtract (COLLECTION2 &&other) BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
SubtractImpl (COLLECTION2 &&other, OverloadRank0) ArrayBase0< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
Super typedef BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
Swap (Iterator a, Iterator b) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
SwapErase (Int position, Int eraseCnt=1) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
SwapErase (Iterator position, Int eraseCnt=1) BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
ToArray () ArrayBase< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
ToArray () const ArrayBase< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)>, DefaultCompare >
ToBlock () const BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
ToBlock () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >
ToString (const FormatStatement *formatStatement=nullptr) const BaseCollection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
type () Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
ValueType typedef Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
VALUETYPE Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
VariadicAppend () Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
VariadicAppend (V &&value, VALUES &&... rest) Collection< BaseArray< T, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, T, BaseArrayData< T, DefaultAllocator, STD_IS_REPLACEMENT(empty, DefaultAllocator)> >
~BaseArray () BaseArray< T, MINCHUNKSIZE, MEMFLAGS, ALLOCATOR >