array(Array< T > &array) const | ogdf::SubsetEnumerator< T > | inline |
begin(int low, int high) | ogdf::SubsetEnumerator< T > | inline |
begin(int card) | ogdf::SubsetEnumerator< T > | inline |
begin() | ogdf::SubsetEnumerator< T > | inline |
forEachMember(std::function< void(const T &)> func) const | ogdf::SubsetEnumerator< T > | inline |
forEachMemberAndNonmember(std::function< void(const T &)> funcIn, std::function< void(const T &)> funcNotIn) const | ogdf::SubsetEnumerator< T > | inline |
getSubsetAndComplement(ContainerType &subset, ContainerType &complement, std::function< void(ContainerType &, T)> func) const | ogdf::SubsetEnumerator< T > | inline |
hasMember(const T &element) const | ogdf::SubsetEnumerator< T > | inline |
initSubset(int card) | ogdf::SubsetEnumerator< T > | inlineprotected |
list(List< T > &subset) const | ogdf::SubsetEnumerator< T > | inline |
list(List< T > &subset, List< T > &complement) const | ogdf::SubsetEnumerator< T > | inline |
m_index | ogdf::SubsetEnumerator< T > | protected |
m_maxCard | ogdf::SubsetEnumerator< T > | protected |
m_subset | ogdf::SubsetEnumerator< T > | protected |
m_valid | ogdf::SubsetEnumerator< T > | protected |
next() | ogdf::SubsetEnumerator< T > | inline |
numberOfMembersAndNonmembers() const | ogdf::SubsetEnumerator< T > | inline |
operator[](int i) const | ogdf::SubsetEnumerator< T > | inline |
print(std::ostream &os, string delim=" ") const | ogdf::SubsetEnumerator< T > | inline |
size() const | ogdf::SubsetEnumerator< T > | inline |
SubsetEnumerator(const ContainerType &set) | ogdf::SubsetEnumerator< T > | inlineexplicit |
testForAll(std::function< bool(const T &)> predicate) const | ogdf::SubsetEnumerator< T > | inline |
valid() const | ogdf::SubsetEnumerator< T > | inline |