concepts::Sequence< const Key * > Class Reference

#include <connectorSequence.hh>

Inheritance diagram for concepts::Sequence< const Key * >:
concepts::BaseSequence< const Key * >

Public Member Functions

bool exist (const Key * val) const
 Returns true, if a value is in the seq. More...
 
Sequence< uint > key () const
 
 operator Sequence< const Key * > () const
 Type conversion. More...
 
 operator std::set< const Key * > () const
 
std::vector< bool > operator&& (const Sequence< const Key * > &set) const
 
Sequence< const Key * > 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< const Key * > operator+ (const Sequence< const Key * > &seq) const
 
Sequence< const Key * > operator- (const const Key * &val) const
 
Sequence< const Key * > operator- (const Sequence< const Key * > &seq) const
 
std::vector< bool > operator== (const const Key * val) const
 Returns true for the elements with are equal to val. More...
 
std::vector< bool > operator|| (const Sequence< const Key * > &set) const
 
 Sequence ()
 
template<class F >
 Sequence (const F &seq)
 
virtual ~Sequence ()
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 

Detailed Description

Definition at line 17 of file connectorSequence.hh.

Constructor & Destructor Documentation

◆ Sequence() [1/2]

concepts::Sequence< const Key * >::Sequence ( )
inline

Definition at line 19 of file connectorSequence.hh.

◆ Sequence() [2/2]

template<class F >
concepts::Sequence< const Key * >::Sequence ( const F &  seq)
inline

Definition at line 21 of file connectorSequence.hh.

◆ ~Sequence()

virtual concepts::Sequence< const Key * >::~Sequence ( )
inlinevirtual

Definition at line 22 of file connectorSequence.hh.

Member Function Documentation

◆ exist()

bool concepts::BaseSequence< const Key * >::exist ( const Key val) const
inlineinherited

Returns true, if a value is in the seq.

Definition at line 127 of file sequence.hh.

◆ info()

std::ostream & concepts::BaseSequence< const Key * >::info ( std::ostream &  os) const
protectedvirtualinherited

Definition at line 129 of file sequence.hh.

◆ key()

Sequence<uint> concepts::Sequence< const Key * >::key ( ) const

◆ operator Sequence< const Key * >()

concepts::BaseSequence< const Key * >::operator Sequence< const Key * >
inlineinherited

Type conversion.

Definition at line 83 of file sequence.hh.

◆ operator std::set< const Key * >()

concepts::BaseSequence< const Key * >::operator std::set< const Key * >
inlineinherited

Definition at line 85 of file sequence.hh.

◆ operator&&()

std::vector< bool > concepts::BaseSequence< const Key * >::operator&& ( const Sequence< const Key * > &  set) const
inlineinherited

Definition at line 112 of file sequence.hh.

◆ operator()() [1/4]

Sequence< const Key * > concepts::BaseSequence< const Key * >::operator() ( const BaseSequence< bool > &  seq) const
inlineinherited

Returns subsequence which indices are true in seq.

Definition at line 124 of file sequence.hh.

◆ operator()() [2/4]

Sequence< G * > concepts::BaseSequence< const Key * >::operator() ( G &(H::*)() const  fun) const
inlineinherited

Returns element wise application of a member function, e.g.

concepts::Connector1::key()

Definition at line 102 of file sequence.hh.

◆ operator()() [3/4]

Sequence< G > concepts::BaseSequence< const Key * >::operator() ( G(H::*)() const  fun) const
inlineinherited

Returns element wise application of a member function, e.g.

concepts::Key::key()

Definition at line 97 of file sequence.hh.

◆ operator()() [4/4]

Sequence< G > concepts::BaseSequence< const Key * >::operator() ( G(H::*)(I) const  fun,
i 
) const
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+()

Sequence< const Key * > concepts::BaseSequence< const Key * >::operator+ ( const Sequence< const Key * > &  seq) const
inlineinherited

Definition at line 116 of file sequence.hh.

◆ operator-() [1/2]

Sequence< const Key * > concepts::BaseSequence< const Key * >::operator- ( const const Key * &  val) const
inlineinherited

Definition at line 118 of file sequence.hh.

◆ operator-() [2/2]

Sequence< const Key * > concepts::BaseSequence< const Key * >::operator- ( const Sequence< const Key * > &  seq) const
inlineinherited

Definition at line 120 of file sequence.hh.

◆ operator==()

std::vector< bool > concepts::BaseSequence< const Key * >::operator== ( const const Key val) const
inlineinherited

Returns true for the elements with are equal to val.

Definition at line 122 of file sequence.hh.

◆ operator||()

std::vector< bool > concepts::BaseSequence< const Key * >::operator|| ( const Sequence< const Key * > &  set) const
inlineinherited

Definition at line 110 of file sequence.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich