concepts::Set< const Connector1 * > Class Reference
#include <connectorSet.hh>
Inheritance diagram for concepts::Set< const Connector1 * >:
Public Member Functions | |
Set< const Connector1 * > | child (uint i) const |
bool | exist (const Connector1 * val) const |
Returns true, if a value is in the set. More... | |
bool | isempty () const |
Returns true, if set is empty. More... | |
Set< const Key * > | key () const |
Set< const Connector1 * > | operator&& (const Set< const Connector1 * > &set) const |
Set< const Connector1 * > | operator&& (Set< const Connector1 * > &set) const |
Set< const Connector1 * > | operator() (const Set< uint > &set) const |
Returns subset with indices set . More... | |
Set< G * > | operator() (G &(H::*fun)() const) const |
Returns element wise application of a member function, e.g. More... | |
Set< G > | operator() (G(H::*fun)() const) const |
Returns element wise application of a member function, e.g. More... | |
Set< G > | operator() (G(H::*fun)(I) const, J i) const |
Returns element wise application of a member function, e.g. More... | |
Set< const Connector1 * > | operator- (const Set< const Connector1 * > &set) const |
Set< const Connector1 * > | operator- (Set< const Connector1 * > &set) const |
Set< uint > | operator== (const const Connector1 * val) const |
Returns the indices of elements with are equal to val . More... | |
BaseSet< const Connector1 * > & | operator|= (const Set< const Connector1 * > &set) |
Set< const Connector1 * > | operator|| (const Set< const Connector1 * > &set) const |
Set< const Connector1 * > | operator|| (Set< const Connector1 * > &set) const |
Set () | |
template<class F > | |
Set (const F &set) | |
Set< Connector0 * > | vertex (uint i) const |
virtual | ~Set () |
Protected Types | |
typedef std::set< const Connector1 * >::const_iterator | const_iterator_ |
typedef std::insert_iterator< std::set< const Connector1 * > > | insert_iterator_ |
Protected Member Functions | |
virtual void | difference_ (const_iterator_ first, const_iterator_ last, insert_iterator_ i) const |
Insert the set difference of this set with that between iterator first and second into i . More... | |
virtual std::ostream & | info (std::ostream &os) const |
virtual void | intersection_ (const_iterator_ first, const_iterator_ last, insert_iterator_ i) const |
Insert the set intersection of this set with that between iterator first and second into i . More... | |
virtual void | union_ (const_iterator_ first, const_iterator_ last, insert_iterator_ i) const |
Insert the set union of this set with that between iterator first and second into i . More... | |
Detailed Description
Definition at line 109 of file connectorSet.hh.
Member Typedef Documentation
◆ const_iterator_
|
protectedinherited |
◆ insert_iterator_
|
protectedinherited |
Constructor & Destructor Documentation
◆ Set() [1/2]
|
inline |
Definition at line 111 of file connectorSet.hh.
◆ Set() [2/2]
template<class F >
|
inline |
Definition at line 113 of file connectorSet.hh.
◆ ~Set()
|
inlinevirtual |
Definition at line 114 of file connectorSet.hh.
Member Function Documentation
◆ child()
Set<const Connector1*> concepts::Set< const Connector1 * >::child | ( | uint | i | ) | const |
◆ difference_()
|
protectedvirtualinherited |
◆ exist()
|
inlineinherited |
◆ info()
|
protectedvirtualinherited |
◆ intersection_()
|
protectedvirtualinherited |
◆ isempty()
|
inlineinherited |
◆ key()
Set<const Key*> concepts::Set< const Connector1 * >::key | ( | ) | const |
◆ operator&&() [1/2]
|
inlineinherited |
◆ operator&&() [2/2]
|
inlineinherited |
◆ operator()() [1/4]
|
inlineinherited |
◆ operator()() [2/4]
|
inlineinherited |
Returns element wise application of a member function, e.g.
◆ operator()() [3/4]
|
inlineinherited |
Returns element wise application of a member function, e.g.
◆ operator()() [4/4]
|
inlineinherited |
◆ operator-() [1/2]
|
inlineinherited |
◆ operator-() [2/2]
|
inlineinherited |
◆ operator==()
|
inlineinherited |
◆ operator|=()
|
inlineinherited |
◆ operator||() [1/2]
|
inlineinherited |
◆ operator||() [2/2]
|
inlineinherited |
◆ union_()
|
protectedvirtualinherited |
◆ vertex()
Set<Connector0*> concepts::Set< const Connector1 * >::vertex | ( | uint | i | ) | const |
The documentation for this class was generated from the following file:
- geometry/connectorSet.hh