concepts::Sequence< bool > Class Reference
#include <sequence.hh>
Public Member Functions | |
bool | exist (bool val) const |
Returns true, if a value is in the seq. More... | |
operator Sequence< bool > () const | |
Type conversion. More... | |
operator std::set< bool > () const | |
Sequence< bool > | operator& (const Sequence< bool > &seq) const |
Deletes each bit, which is not set in \seq. More... | |
std::vector< bool > | operator&& (const Sequence< bool > &set) const |
Sequence< bool > | operator() (const BaseSequence< bool > &seq) const |
Returns subsequence which indices are true in seq . More... | |
Sequence< G * > | operator() (G &(H::*fun)() const) const |
Returns element wise application of a member function, e.g. More... | |
Sequence< G > | operator() (G(H::*fun)() const) const |
Returns element wise application of a member function, e.g. More... | |
Sequence< G > | operator() (G(H::*fun)(I) const, J i) const |
Returns element wise application of a member function, e.g. More... | |
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 . More... | |
Sequence< bool > | operator| (const Sequence< bool > &seq) const |
Set each bit, which is set in \seq. More... | |
std::vector< bool > | operator|| (const Sequence< bool > &set) const |
Sequence< bool > | operator~ () const |
Returns copy of this sequence with negate bits. More... | |
Sequence () | |
Standard Constructor. More... | |
template<class F > | |
Sequence (const F &seq) | |
Constructor, which uses the constructor of the base class BaseSequence. More... | |
virtual | ~Sequence () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Detailed Description
Definition at line 348 of file sequence.hh.
Constructor & Destructor Documentation
◆ Sequence() [1/2]
|
inline |
Standard Constructor.
Definition at line 351 of file sequence.hh.
◆ Sequence() [2/2]
|
inline |
Constructor, which uses the constructor of the base class BaseSequence.
Definition at line 354 of file sequence.hh.
◆ ~Sequence()
|
inlinevirtual |
Definition at line 355 of file sequence.hh.
Member Function Documentation
◆ exist()
|
inlineinherited |
Returns true, if a value is in the seq.
Definition at line 127 of file sequence.hh.
◆ info()
|
protectedvirtualinherited |
Definition at line 129 of file sequence.hh.
◆ operator Sequence< bool >()
|
inlineinherited |
Type conversion.
Definition at line 83 of file sequence.hh.
◆ operator std::set< bool >()
|
inlineinherited |
Definition at line 85 of file sequence.hh.
◆ operator&()
Sequence<bool> concepts::Sequence< bool >::operator& | ( | const Sequence< bool > & | seq | ) | const |
Deletes each bit, which is not set in \seq.
◆ operator&&()
|
inlineinherited |
Definition at line 112 of file sequence.hh.
◆ operator()() [1/4]
|
inlineinherited |
Returns subsequence which indices are true in seq
.
Definition at line 124 of file sequence.hh.
◆ operator()() [2/4]
|
inlineinherited |
Returns element wise application of a member function, e.g.
Definition at line 102 of file sequence.hh.
◆ operator()() [3/4]
|
inlineinherited |
Returns element wise application of a member function, e.g.
Definition at line 97 of file sequence.hh.
◆ operator()() [4/4]
|
inlineinherited |
Returns element wise application of a member function, e.g.
concepts::Connector1::vertex(uint i)
Definition at line 107 of file sequence.hh.
◆ operator+()
|
inlineinherited |
Definition at line 116 of file sequence.hh.
◆ operator-() [1/2]
|
inlineinherited |
Definition at line 118 of file sequence.hh.
◆ operator-() [2/2]
|
inlineinherited |
Definition at line 120 of file sequence.hh.
◆ operator==()
|
inlineinherited |
Returns true for the elements with are equal to val
.
Definition at line 122 of file sequence.hh.
◆ operator|()
Sequence<bool> concepts::Sequence< bool >::operator| | ( | const Sequence< bool > & | seq | ) | const |
Set each bit, which is set in \seq.
◆ operator||()
|
inlineinherited |
Definition at line 110 of file sequence.hh.
◆ operator~()
Sequence<bool> concepts::Sequence< bool >::operator~ | ( | ) | const |
Returns copy of this sequence with negate bits.
The documentation for this class was generated from the following file:
- toolbox/sequence.hh