VCList Member List
This is the complete list of members for
VCList, including all inherited members.
| add(const VC &vc, ChangeLog< VC > *log) | VCList | |
| add(const VCList &other, ChangeLog< VC > *log) | VCList | |
| ADD_FAILED enum value | VCList | |
| ADDED_INSIDE_HARD_LIMIT enum value | VCList | |
| ADDED_INSIDE_SOFT_LIMIT enum value | VCList | |
| AddResult enum name | VCList | |
| begin() | VCList | [inline] |
| begin() const | VCList | [inline] |
| clear() | VCList | [inline] |
| computeIntersections() const | VCList | [protected] |
| computeUnions() const | VCList | [protected] |
| const_iterator typedef | VCList | |
| dirty_list_intersections() | VCList | [inline, protected] |
| dirty_list_unions() | VCList | [inline, protected] |
| dump() const | VCList | |
| empty() const | VCList | [inline] |
| end() | VCList | [inline] |
| end() const | VCList | [inline] |
| find(const VC &vc) | VCList | |
| find(const VC &vc, const iterator &b, const iterator &e) | VCList | |
| find(const VC &vc) const | VCList | |
| find(const VC &vc, const const_iterator &b, const const_iterator &e) const | VCList | |
| getGreedyUnion() const | VCList | |
| getUnion() const | VCList | |
| getX() const | VCList | [inline] |
| getY() const | VCList | [inline] |
| hardIntersection() const | VCList | |
| isSubsetOfAny(const bitset_t &vc) const | VCList | |
| isSupersetOfAny(const bitset_t &vc) const | VCList | |
| iterator typedef | VCList | |
| m_dirty_intersection | VCList | [mutable, protected] |
| m_dirty_union | VCList | [mutable, protected] |
| m_greedy_union | VCList | [mutable, protected] |
| m_hard_intersection | VCList | [mutable, protected] |
| m_soft_intersection | VCList | [mutable, protected] |
| m_softlimit | VCList | [protected] |
| m_union | VCList | [mutable, protected] |
| m_vcs | VCList | [protected] |
| m_x | VCList | [protected] |
| m_y | VCList | [protected] |
| operator!=(const VCList &other) const | VCList | |
| operator==(const VCList &other) const | VCList | |
| remove(iterator i, ChangeLog< VC > *log) | VCList | |
| remove(const VC &vc, ChangeLog< VC > *log) | VCList | |
| removeAllContaining(HexPoint cell, std::list< VC > &out, ChangeLog< VC > *log) | VCList | |
| removeAllContaining(const bitset_t &b, std::list< VC > &out, ChangeLog< VC > *log) | VCList | |
| removeAllContaining(const bitset_t &b, ChangeLog< VC > *log) | VCList | |
| removeSuperSetsOf(const bitset_t &vc, ChangeLog< VC > *log, bool dirty_intersections=true) | VCList | |
| setSoftLimit(int limit) | VCList | [inline] |
| simple_add(const VC &vc) | VCList | |
| size() const | VCList | [inline] |
| softIntersection() const | VCList | |
| softlimit() const | VCList | [inline] |
| VCList(HexPoint x, HexPoint y, unsigned int soft) | VCList | |