stmm-games-doc  0.32.0
stmg::IntSet Member List

This is the complete list of members for stmg::IntSet, including all inherited members.

dump(int32_t nIndentSpaces, bool bHeader) const noexceptstmg::IntSet
getAsVector() const noexceptstmg::IntSet
getIndexOfValue(int32_t nValue) const noexceptstmg::IntSet
getValueByIndex(int32_t nIdx) const noexceptstmg::IntSet
IntSet() noexceptstmg::IntSetinline
IntSet(int32_t nValue) noexceptstmg::IntSetinlineexplicit
IntSet(int32_t nFromValue, int32_t nToValue) noexceptstmg::IntSet
IntSet(int32_t nFromValue, int32_t nToValue, int32_t nStep) noexceptstmg::IntSet
IntSet(const std::vector< int32_t > &aValues) noexceptstmg::IntSetexplicit
IntSet(const std::vector< int32_t > &aValues, bool bIsSorted) noexceptstmg::IntSetexplicit
IntSet(std::vector< int32_t > &&aValues) noexceptstmg::IntSetexplicit
IntSet(std::vector< int32_t > &&aValues, bool bIsSorted) noexceptstmg::IntSetexplicit
IntSet(const IntSet &oSource) noexceptstmg::IntSetinline
IntSet(IntSet &&oSource) noexceptstmg::IntSetinline
makeDifference(const IntSet &oSet, const IntSet &oSetExcl) noexceptstmg::IntSetstatic
makeIntersection(const IntSet &oSetL, const IntSet &oSetR) noexceptstmg::IntSetstatic
makeUnion(const IntSet &oSetL, const IntSet &oSetR) noexceptstmg::IntSetstatic
operator=(const IntSet &oSource) noexceptstmg::IntSetinline
operator=(IntSet &&oSource) noexceptstmg::IntSetinline
size() const noexceptstmg::IntSet