C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
This is the complete list of members for CSSArray< Type >, including all inherited members.
Add(const Type &) | CSSArray< Type > | inline |
Add(const Type &, size_t &indexEnt) | CSSArray< Type > | inline |
SArray::Add() | SArray< Type > | inlineprotected |
AddAfter(const Type &, size_t index) | SArray< Type > | inlineprotected |
AddArray(const CSSArray< Type > &arr, bool doSort) | CSSArray< Type > | inline |
AddArray(const SArray< Type > &arr, bool doSort) | CSSArray< Type > | inline |
AddAt(const Type &ent, size_t index) | SArray< Type > | inlineprotected |
AddItems(size_t n) | SArray< Type > | inlineprotected |
AddMemory(size_t n) | SArray< Type > | inlineprotected |
AddNoSort(const Type &ent) | CSSArray< Type > | inline |
Adjust() | SArray< Type > | inlineprotected |
assign(Iterator first, Iterator last) | SArray< Type > | protected |
assign(size_t n, const Type &val) | SArray< Type > | inlineprotected |
AutoDelta() const | SArray< Type > | inlineprotected |
begin() const | SArray< Type > | inlineprotected |
begin() | SArray< Type > | inlineprotected |
capacity() const | SArray< Type > | inlineprotected |
CatchMemory() | SArray< Type > | inlineprotected |
cbegin() const | SArray< Type > | inlineprotected |
cend() const | SArray< Type > | inlineprotected |
clear() | SArray< Type > | inlineprotected |
CompFunc typedef | SArray< Type > | protected |
Count() const | SArray< Type > | inlineprotected |
count | SArray< Type > | protected |
CSSArray(size_t maxCnt=0, uint16 delt=1) | CSSArray< Type > | inline |
CSSArray(const CSSArray< Type > &other) | CSSArray< Type > | inline |
CSSArray(const SArray< Type > &other, SArray< Type > *del=nullptr) | CSSArray< Type > | inline |
CSSArray(const SArray< std::pair< Type, Type > > &other, bool addFirst, SArray< Type > *del=nullptr) | CSSArray< Type > | inline |
Delta() const | SArray< Type > | inlineprotected |
Delta(uint16 newDelta) | SArray< Type > | inlineprotected |
delta | SArray< Type > | protected |
empty() const | SArray< Type > | inlineprotected |
end() const | SArray< Type > | inlineprotected |
end() | SArray< Type > | inlineprotected |
erase(Iterator pos) | SArray< Type > | protected |
erase(Iterator first, Iterator last) | SArray< Type > | protected |
Fill(size_t fillCount, const Type &fillData) | SArray< Type > | inlineprotected |
FillZero(size_t fillCount, size_t startIndex=0) | SArray< Type > | inlineprotected |
Find(const Type &) | CSSArray< Type > | inline |
FindIt(const Type &) const | SArray< Type > | inlineprotected |
Flush() | SArray< Type > | inlineprotected |
GetAddr() const | SArray< Type > | inlineprotected |
GetEndAddr() const | SArray< Type > | inlineprotected |
HardFlush() | SArray< Type > | inlineprotected |
insert(Iterator pos, const Type &e) | SArray< Type > | protected |
InsertInd(size_t index, const Type &) | SArray< Type > | inlineprotected |
InsertInd(size_t index) | SArray< Type > | inlineprotected |
InsertObj(const Type &index, const Type &ent) | SArray< Type > | inlineprotected |
IsExist(const Type &) const | SArray< Type > | inlineprotected |
IsSorted() const | CSSArray< Type > | inline |
MaxIndex() const | SArray< Type > | inlineprotected |
operator+=(const SArray< Type > &) | SArray< Type > | inlineprotected |
operator+=(const std::vector< Type > &) | SArray< Type > | inlineprotected |
SArray::operator<<TEMPLATE_SUFFIX(writer &out, const SArray< Type > &ref) | SArray< Type > | protected |
SArray::operator<<TEMPLATE_SUFFIX(writer &out, const SArray< Type > *ptr) | SArray< Type > | protected |
SArray::operator=(const SArray< Type > &) | SArray< Type > | inlineprotected |
SArray::operator=(const std::vector< Type > &) | SArray< Type > | inlineprotected |
SArray::operator==(const SArray< Type > &w) const | SArray< Type > | inlineprotected |
SArray::operator>>TEMPLATE_SUFFIX(reader &in, SArray< Type > &ref) | SArray< Type > | protected |
SArray::operator>>TEMPLATE_SUFFIX(reader &in, SArray< Type > *&ptr) | SArray< Type > | protected |
operator[](size_t loc) const | SArray< Type > | inlineprotected |
pop_back() | SArray< Type > | inlineprotected |
push_back(const Type &e) | SArray< Type > | inlineprotected |
Remove(Type *firstItr, Type *lastItr) | SArray< Type > | inlineprotected |
RemoveInd(size_t firstIdx, size_t lastIdx) | SArray< Type > | inlineprotected |
RemoveInd(size_t idx) | SArray< Type > | inlineprotected |
RemoveObj(const Type &delObject) | CSSArray< Type > | inline |
Reserve(size_t n, bool addAdditionalSpace=true) | SArray< Type > | inlineprotected |
reserve(size_t n) | SArray< Type > | inlineprotected |
resize(size_t n, Type val=Type()) | SArray< Type > | inlineprotected |
SArray(size_t i_max=0, uint16 i_delta=1) | SArray< Type > | inlineexplicitprotected |
SArray(const SArray< Type > &) | SArray< Type > | inlineprotected |
SArray(const std::vector< Type > &) | SArray< Type > | inlineexplicitprotected |
SetCArray(const Type *o, size_t count) | SArray< Type > | inlineprotected |
SetMaxDelta(uint16 newDelta) | SArray< Type > | inlineprotected |
SetNoSort() | CSSArray< Type > | inline |
SetSize(size_t newSize, bool clear) | SArray< Type > | inlineprotected |
shrink_to_fit() | SArray< Type > | inlineprotected |
size() const | SArray< Type > | inlineprotected |
Sort(SArray< Type > *del=nullptr) | CSSArray< Type > | inline |
SSArray::Sort(CompFunc comp=CompareSArrayItems< Type >) | SArray< Type > | inlineprotected |
Swap(SArray &arr) | SArray< Type > | protected |
SArray::TEMPLATE_SUFFIX(SArray< Type > &, size_t newSize, bool clear) | SArray< Type > | protected |
SArray::TEMPLATE_SUFFIX(SArray< Type > &, size_t n) | SArray< Type > | protected |
SArray::TEMPLATE_SUFFIX(const SArray< Type > &, const Type &object) | SArray< Type > | protected |
SArray::TEMPLATE_SUFFIX(SArray< Type > &, size_t fillCount, const Type &fillData) | SArray< Type > | protected |
SArray::TEMPLATE_SUFFIX(SArray< Type > &, size_t fillCount, size_t startIndex) | SArray< Type > | protected |
Upper() const | SArray< Type > | inlineprotected |
upper | SArray< Type > | protected |
~SArray() | SArray< Type > | inlineprotectedvirtual |