PixelLightAPI  .
PLCore::Bitset Member List
This is the complete list of members for PLCore::Bitset, including all inherited members.
Add() overridePLCore::Bitset [virtual]
Add(const bool &Element) overridePLCore::Bitset [virtual]
Add(const bool *pElements, uint32 nCount) overridePLCore::Bitset [virtual]
Add(const Container< bool > &lstContainer, uint32 nStart=0, uint32 nCount=0) overridePLCore::Bitset [virtual]
AddAtIndex(int nIndex) overridePLCore::Bitset [virtual]
AddAtIndex(const bool &Element, int nIndex) overridePLCore::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() overridePLCore::Bitset [virtual]
ClearAll()PLCore::Bitset
Compare(const Container< bool > &lstContainer, uint32 nStart=0, uint32 nCount=0) const overridePLCore::Bitset [virtual]
Copy(const Container< bool > &lstContainer, uint32 nStart=0, uint32 nCount=0) overridePLCore::Bitset [virtual]
Get(uint32 nIndex) const PLCore::Bitset [inline, virtual]
GetConstEndIterator() const overridePLCore::Bitset [virtual]
GetConstIterator(uint32 nIndex=0) const overridePLCore::Bitset [virtual]
GetElementSize() const PLCore::Bitset [inline, virtual]
GetEndIterator() const overridePLCore::Bitset [virtual]
GetIndex(const bool &Element) const PLCore::Bitset [inline, virtual]
GetIntegers() const PLCore::Bitset [inline]
GetIterator(uint32 nIndex=0) const overridePLCore::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]
NullPLCore::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) overridePLCore::Bitset [virtual]
RemoveAtIndex(uint32 nElement) overridePLCore::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]


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:13
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported