|
stmm-games-doc
0.32.0
|
This is the complete list of members for stmg::IntSet, including all inherited members.
| dump(int32_t nIndentSpaces, bool bHeader) const noexcept | stmg::IntSet | |
| getAsVector() const noexcept | stmg::IntSet | |
| getIndexOfValue(int32_t nValue) const noexcept | stmg::IntSet | |
| getValueByIndex(int32_t nIdx) const noexcept | stmg::IntSet | |
| IntSet() noexcept | stmg::IntSet | inline |
| IntSet(int32_t nValue) noexcept | stmg::IntSet | inlineexplicit |
| IntSet(int32_t nFromValue, int32_t nToValue) noexcept | stmg::IntSet | |
| IntSet(int32_t nFromValue, int32_t nToValue, int32_t nStep) noexcept | stmg::IntSet | |
| IntSet(const std::vector< int32_t > &aValues) noexcept | stmg::IntSet | explicit |
| IntSet(const std::vector< int32_t > &aValues, bool bIsSorted) noexcept | stmg::IntSet | explicit |
| IntSet(std::vector< int32_t > &&aValues) noexcept | stmg::IntSet | explicit |
| IntSet(std::vector< int32_t > &&aValues, bool bIsSorted) noexcept | stmg::IntSet | explicit |
| IntSet(const IntSet &oSource) noexcept | stmg::IntSet | inline |
| IntSet(IntSet &&oSource) noexcept | stmg::IntSet | inline |
| makeDifference(const IntSet &oSet, const IntSet &oSetExcl) noexcept | stmg::IntSet | static |
| makeIntersection(const IntSet &oSetL, const IntSet &oSetR) noexcept | stmg::IntSet | static |
| makeUnion(const IntSet &oSetL, const IntSet &oSetR) noexcept | stmg::IntSet | static |
| operator=(const IntSet &oSource) noexcept | stmg::IntSet | inline |
| operator=(IntSet &&oSource) noexcept | stmg::IntSet | inline |
| size() const noexcept | stmg::IntSet |
1.8.13