GenericBaseArray Member List

This is the complete list of members for GenericBaseArray, including all inherited members.

Add(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)ArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
AllocatorType typedefBaseArray< Char >private
Append()BaseArray< Char >private
Append(const Char &x)BaseArray< Char >private
Append(Char &&x)BaseArray< Char >private
Append(const Block< const Char > &values)BaseArray< Char >private
Append(const MoveBlock< Char > &values)BaseArray< Char >private
Append(const std::initializer_list< Char > &values)BaseArray< Char >private
AppendAll(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)BaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
AppendAllImpl(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags, Bool overwrite, OverloadRank0)BaseArray< Char >private
ArrayBase(ARGS &&... args)ArrayBase< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >explicitprivate
ArrayBase0(ARGS &&... args)ArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >explicitprivate
BaseArray()BaseArray< Char >private
BaseArray(const DefaultAllocator &a)BaseArray< Char >explicitprivate
BaseArray(DefaultAllocator &&a)BaseArray< Char >explicitprivate
BaseArray(BaseArray &&src)BaseArray< Char >private
BaseArray(const Block< Char > &block, Int capacity)BaseArray< Char >private
BaseArrayDataTypeFunctions classGenericBaseArrayfriend
BaseCollection(ARGS &&... args)BaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >explicitprivate
Begin() constBaseArray< Char >private
Begin()BaseArray< Char >private
CheckValidIndex(Int index) constArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
Collection(ARGS &&... args)Collection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >explicitprivate
Connect(const Block< Char > &block, Int capacity=0)BaseArray< Char >private
ConstIterator typedefBaseArray< Char >private
Contains(typename ByValueParam< Char >::type v) constCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
ContainsAll(COLLECTION2 &&other) constBaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
ContainsAllImpl(COLLECTION2 &&other, OverloadRank0) constBaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
CopyFrom(const DataType &elementType, const GenericBaseArray &other)GenericBaseArray
BaseArray< Char >::CopyFrom(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::FIT_TO_SIZE)BaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
CopyFromImpl(BASEARRAY &&src, COLLECTION_RESIZE_FLAGS resizeFlags, OverloadRank4)BaseArray< Char >private
CopyFromImpl(BLOCK &&src, COLLECTION_RESIZE_FLAGS resizeFlags, OverloadRank3)BaseArray< Char >private
ArrayBase< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >::CopyFromImpl(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags, OverloadRank0)BaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
Disconnect()BaseArray< Char >private
End() constBaseArray< Char >private
End()BaseArray< Char >private
EnsureCapacity(const DataType &elementType, Int requestedCapacity, COLLECTION_RESIZE_FLAGS resizeFlags)GenericBaseArray
BaseArray< Char >::EnsureCapacity(Int requestedCapacity, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)BaseArray< Char >private
Erase(const DataType &elementType, Int index, Int count=1)GenericBaseArray
BaseArray< Char >::Erase(Int position, Int eraseCnt=1)BaseArray< Char >private
BaseArray< Char >::Erase(Iterator position, Int eraseCnt=1)BaseArray< Char >private
EraseAll(typename ByValueParam< Char >::type v)ArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
EraseFirst(typename ByValueParam< Char >::type v)ArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
Find(typename ByValueParam< Char >::type v)Collection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
Find(typename ByValueParam< Char >::type v) constCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
FindIndex(typename ByValueParam< Char >::type v, Int start) constArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
Collection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >::FindIndex(typename ByValueParam< Char >::type v) constCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
FindLastIndex(typename ByValueParam< Char >::type v) constArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
FindLastIndex(typename ByValueParam< Char >::type v, Int start) constArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
FitToSize(Int newCapacity)BaseArray< Char >private
Flush(const DataType &elementType)GenericBaseArray
BaseArray< Char >::Flush()BaseArray< Char >private
ForEach(FN &&callback)Collection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
GenericBaseArray()GenericBaseArray
GenericBaseArray(GenericBaseArray &&)=defaultGenericBaseArray
GenericBaseArrayImpl classGenericBaseArrayfriend
Get(Int index)GenericBaseArray
Get(Int index) constGenericBaseArray
GetAllocator()BaseArray< Char >private
GetAllocator() constBaseArray< Char >private
GetBlock(Int position, Block< const Char, STRIDED > &block) constBaseArray< Char >private
GetBlock(Int position, Block< Char, STRIDED > &block)BaseArray< Char >private
GetBlock(ConstIterator position, Block< const Char, STRIDED > &block) constBaseArray< Char >private
GetBlock(Iterator position, Block< Char, STRIDED > &block)BaseArray< Char >private
GetBlocks()ArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
GetBlocks() constArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
GetCapacityCount() constBaseArray< Char >private
GetCount() constBaseArray< Char >private
GetFirst() constBaseArray< Char >private
GetFirst()BaseArray< Char >private
GetHashCode(const DataType &elementType) constGenericBaseArray
BaseArray< Char >::GetHashCode() constArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
GetIndex(const Char &x) constBaseArray< Char >private
GetLast() constBaseArray< Char >private
GetLast()BaseArray< Char >private
GetMapKey(const Char &key)Collection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >privatestatic
GetMemorySize() constBaseArray< Char >private
GetPointer()GenericBaseArray
GetPointer(const DataType &elementType, Int index)GenericBaseArray
GetPointer(const DataType &elementType, Int index) constGenericBaseArray
GetStridedBlocks()ArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
GetStridedBlocks() constArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
IncreaseCapacity(Int increment=1, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)BaseArray< Char >private
Insert(const DataType &elementType, Int index)GenericBaseArray
Insert(const DataType &elementType, Int index, const Block< const Generic > &values)GenericBaseArray
Insert(const DataType &elementType, Int index, const MoveBlock< Generic > &values)GenericBaseArray
BaseArray< Char >::Insert(Int position)BaseArray< Char >private
BaseArray< Char >::Insert(Iterator position)BaseArray< Char >private
BaseArray< Char >::Insert(Int position, const Char &x)BaseArray< Char >private
BaseArray< Char >::Insert(Iterator position, const Char &x)BaseArray< Char >private
BaseArray< Char >::Insert(Int position, Char &&x)BaseArray< Char >private
BaseArray< Char >::Insert(Iterator position, Char &&x)BaseArray< Char >private
BaseArray< Char >::Insert(Int position, const Block< const Char > &values)BaseArray< Char >private
BaseArray< Char >::Insert(Int position, const std::initializer_list< Char > &values)BaseArray< Char >private
BaseArray< Char >::Insert(Int position, const MoveBlock< Char > &values)BaseArray< Char >private
BaseArray< Char >::Insert(Iterator position, const Block< const Char > &values)BaseArray< Char >private
BaseArray< Char >::Insert(Iterator position, const std::initializer_list< Char > &values)BaseArray< Char >private
InsertAll(Int index, COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)ArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
InsertWithoutConstructor(Int idx, Int increment=1)BaseArray< Char >private
Intersect(const COLLECTION2 &other)BaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
IntersectImpl(COLLECTION2 &&other, OverloadRank0)BaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
Intersects(const COLLECTION2 &other) constBaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
IsCollection typedefBaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
IsEmpty() constBaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
IsEqual(const DataType &elementType, const GenericBaseArray &other, EQUALITY equality) constGenericBaseArray
BaseArray< Char >::IsEqual(const COLLECTION2 &other, COMPARE &&cmp=COMPARE()) constBaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
IsEqualImpl(const COLLECTION2 &other, COMPARE &&cmp, OverloadRank0) constArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
IsPopulated() constBaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
IsValidIndex(Int index) constArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
Iterator typedefBaseArray< Char >private
KINDArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >privatestatic
MAXON_DISALLOW_COPY_AND_ASSIGN(BaseArray)BaseArray< Char >private
MAXON_OPERATOR_MOVE_ASSIGNMENT(BaseArray)BaseArray< Char >private
MoveAndShrink(BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator > &dst, Int position, Int moveCnt)BaseArray< Char >private
operator ArrayImpl< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator > & >()ArrayBase< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
operator ArrayImpl< const BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator > & >() constArrayBase< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
operator Block< Byte >()BaseArray< Char >private
operator Block< const Byte >() constBaseArray< Char >private
operator const Block< Char > &()BaseArray< Char >private
operator const Block< const Char > &() constBaseArray< Char >private
operator StridedBlock< Char >()BaseArray< Char >private
operator StridedBlock< const Char >() constBaseArray< Char >private
operator ValueReceiver< Char && >()Collection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
operator ValueReceiver< const Char & >()Collection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
operator ValueReceiver< typename std::conditional< std::is_scalar< Char >::value, Char, DummyParamType & >::type >()Collection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
operator!=(const COLLECTION2 &other) constBaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
operator=(GenericBaseArray &&)=defaultGenericBaseArray
operator==(const COLLECTION2 &other) constBaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
operator[](Int idx) constBaseArray< Char >private
operator[](Int idx)BaseArray< Char >private
Pop(Char *dst=nullptr)BaseArray< Char >private
Reset(const DataType &elementType)GenericBaseArray
BaseArray< Char >::Reset()BaseArray< Char >private
Resize(const DataType &elementType, Int count, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::DEFAULT)GenericBaseArray
BaseArray< Char >::Resize(Int newCnt, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::DEFAULT)BaseArray< Char >private
SetCapacityHint(const DataType &elementType, Int requestedCapacity, COLLECTION_RESIZE_FLAGS resizeFlags)GenericBaseArray
BaseArray< Char >::SetCapacityHint(Int requestedCapacity, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)BaseArray< Char >private
Slice(Int start)ArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
Slice(Int start) constArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
Slice(Int start, Int end)ArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
Slice(Int start, Int end) constArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
Subtract(COLLECTION2 &&other)BaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
SubtractImpl(COLLECTION2 &&other, OverloadRank0)ArrayBase0< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
Super typedefGenericBaseArray
Swap(Iterator a, Iterator b)BaseArray< Char >private
SwapErase(const DataType &elementType, Int index, Int count=1)GenericBaseArray
BaseArray< Char >::SwapErase(Int position, Int eraseCnt=1)BaseArray< Char >private
BaseArray< Char >::SwapErase(Iterator position, Int eraseCnt=1)BaseArray< Char >private
ToArray()ArrayBase< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
ToArray() constArrayBase< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value >, DefaultCompare >private
ToBlock() constBaseArray< Char >private
ToBlock()BaseArray< Char >private
ToString(const DataType &elementType, const FormatStatement *formatStatement) constGenericBaseArray
BaseArray< Char >::ToString(const FormatStatement *formatStatement) constBaseCollection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
ValueType typedefGenericBaseArray
VariadicAppend()Collection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
VariadicAppend(V &&value, VALUES &&... rest)Collection< BaseArray< Char, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, DefaultAllocator >, Char, BaseArrayData< Char, DefaultAllocator, std::is_empty< DefaultAllocator >::value > >private
~BaseArray()BaseArray< Char >private
~GenericBaseArray()GenericBaseArray