, including all inherited members.
Add() override | PLCore::Bitset | [virtual] |
Add(const bool &Element) override | PLCore::Bitset | [virtual] |
Add(const bool *pElements, uint32 nCount) override | PLCore::Bitset | [virtual] |
Add(const Container< bool > &lstContainer, uint32 nStart=0, uint32 nCount=0) override | PLCore::Bitset | [virtual] |
AddAtIndex(int nIndex) override | PLCore::Bitset | [virtual] |
AddAtIndex(const bool &Element, int nIndex) override | PLCore::Bitset | [virtual] |
Bitset(uint32 nMaxNumOfElements=0, bool bAdded=true, bool bInit=false) | PLCore::Bitset | |
Bitset(const Bitset &lstSource, uint32 nStart=0, uint32 nCount=0) | PLCore::Bitset | |
Bitset(const Container< bool > &lstSource, uint32 nStart=0, uint32 nCount=0) | PLCore::Bitset | |
Clear(uint32 nIndex) | PLCore::Bitset | [inline] |
Clear() override | PLCore::Bitset | [virtual] |
ClearAll() | PLCore::Bitset | |
Compare(const Container< bool > &lstContainer, uint32 nStart=0, uint32 nCount=0) const override | PLCore::Bitset | [virtual] |
Copy(const Container< bool > &lstContainer, uint32 nStart=0, uint32 nCount=0) override | PLCore::Bitset | [virtual] |
Get(uint32 nIndex) const | PLCore::Bitset | [inline, virtual] |
GetConstEndIterator() const override | PLCore::Bitset | [virtual] |
GetConstIterator(uint32 nIndex=0) const override | PLCore::Bitset | [virtual] |
GetElementSize() const | PLCore::Bitset | [inline, virtual] |
GetEndIterator() const override | PLCore::Bitset | [virtual] |
GetIndex(const bool &Element) const | PLCore::Bitset | [inline, virtual] |
GetIntegers() const | PLCore::Bitset | [inline] |
GetIterator(uint32 nIndex=0) const override | PLCore::Bitset | [virtual] |
GetMaxNumOfElements() const | PLCore::Bitset | [inline] |
GetNumOfElements() const | PLCore::Bitset | [inline, virtual] |
GetNumOfIntegers() const | PLCore::Bitset | [inline] |
GetNumOfSetBits() const | PLCore::Bitset | |
GetResizeCount() const | PLCore::Bitset | [inline] |
GetSize() const | PLCore::Bitset | [inline, virtual] |
Invert(uint32 nIndex) | PLCore::Bitset | [inline] |
InvertAll() | PLCore::Bitset | [inline] |
IsElement(const bool &Element) const | PLCore::Bitset | [inline, virtual] |
IsEmpty() const | PLCore::Bitset | [inline, virtual] |
IsSet(uint32 nIndex) const | PLCore::Bitset | [inline] |
Null | PLCore::Iterable< bool > | [static] |
operator!=(const Container< bool > &lstContainer) const | PLCore::Bitset | [inline, virtual] |
operator+=(const bool &Element) | PLCore::Bitset | [inline, virtual] |
operator+=(const Container< bool > &lstContainer) | PLCore::Bitset | [inline, virtual] |
operator-=(const bool &Element) | PLCore::Bitset | [inline, virtual] |
operator-=(const Container< bool > &lstContainer) | PLCore::Bitset | [inline, virtual] |
operator=(const Bitset &lstSource) | PLCore::Bitset | [inline] |
operator=(const Container< bool > &lstContainer) | PLCore::Bitset | [inline, virtual] |
operator==(const Container< bool > &lstContainer) const | PLCore::Bitset | [inline, virtual] |
operator[](uint32 nIndex) const | PLCore::Bitset | [inline, virtual] |
Remove(const bool &Element) | PLCore::Bitset | [inline, virtual] |
Remove(const Container< bool > &lstContainer, uint32 nStart=0, uint32 nCount=0) override | PLCore::Bitset | [virtual] |
RemoveAtIndex(uint32 nElement) override | PLCore::Bitset | [virtual] |
Replace(const bool &Element1, const bool &Element2) | PLCore::Bitset | [inline, virtual] |
ReplaceAtIndex(uint32 nIndex, const bool &Element) | PLCore::Bitset | [inline, virtual] |
Reset() | PLCore::Bitset | [inline] |
Resize(uint32 nMaxNumOfElements, bool bAdded=true, bool bInit=false) | PLCore::Bitset | |
Set(uint32 nIndex) | PLCore::Bitset | [inline] |
SetAll() | PLCore::Bitset | |
SetResizeCount(uint32 nCount=64) | PLCore::Bitset | [inline] |
~Bitset() | PLCore::Bitset | [virtual] |
~Iterable() | PLCore::Iterable< bool > | [inline, virtual] |