Public Member Functions | |
Sequence () | |
Standard Constructor. | |
template<class F > | |
Sequence (const F &seq) | |
Constructor, which uses the constructor of the base class BaseSequence. | |
Sequence< bool > | operator& (const Sequence< bool > &seq) const |
Deletes each bit, which is not set in \seq. | |
Sequence< bool > | operator| (const Sequence< bool > &seq) const |
Set each bit, which is set in \seq. | |
Sequence< bool > | operator~ () const |
Returns copy of this sequence with negate bits. | |
operator Sequence< bool > () const | |
Type conversion. | |
operator std::set< bool > () const | |
Sequence< G > | operator() (G(H::*fun)() const) const |
Sequence< G * > | operator() (G &(H::*fun)() const) const |
Sequence< G > | operator() (G(H::*fun)(I) const, J i) const |
Sequence< bool > | operator() (const BaseSequence< bool > &seq) const |
Returns subsequence which indices are true in seq . | |
std::vector< bool > | operator|| (const Sequence< bool > &set) const |
std::vector< bool > | operator&& (const Sequence< bool > &set) const |
Sequence< bool > | operator+ (const Sequence< bool > &seq) const |
Sequence< bool > | operator- (const bool &val) const |
Sequence< bool > | operator- (const Sequence< bool > &seq) const |
std::vector< bool > | operator== (const bool val) const |
Returns true for the elements with are equal to val . | |
bool | exist (bool val) const |
Returns true, if a value is in the seq. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Definition at line 348 of file sequence.hh.
|
inline |
Standard Constructor.
Definition at line 351 of file sequence.hh.
|
inline |
Constructor, which uses the constructor of the base class BaseSequence.
Definition at line 354 of file sequence.hh.
|
inlinevirtual |
Definition at line 355 of file sequence.hh.
|
inlineinherited |
Returns true, if a value is in the seq.
Definition at line 127 of file sequence.hh.
|
protectedvirtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 129 of file sequence.hh.
|
inlineinherited |
Type conversion.
Definition at line 83 of file sequence.hh.
|
inlineinherited |
Definition at line 85 of file sequence.hh.
|
inlineinherited |
Definition at line 112 of file sequence.hh.
|
inlineinherited |
Returns subsequence which indices are true in seq
.
Definition at line 124 of file sequence.hh.
|
inlineinherited |
Returns element wise application of a member function, e.g. concepts::Connector1::key()
Definition at line 102 of file sequence.hh.
|
inlineinherited |
Returns element wise application of a member function, e.g. concepts::Key::key()
Definition at line 97 of file sequence.hh.
|
inlineinherited |
Returns element wise application of a member function, e.g. concepts::Connector1::vertex(uint i)
Definition at line 107 of file sequence.hh.
|
inlineinherited |
Definition at line 116 of file sequence.hh.
|
inlineinherited |
Definition at line 118 of file sequence.hh.
|
inlineinherited |
Definition at line 120 of file sequence.hh.
|
inlineinherited |
Returns true for the elements with are equal to val
.
Definition at line 122 of file sequence.hh.
|
inlineinherited |
Definition at line 110 of file sequence.hh.