FLOPC++
|
Public Member Functions | |
Functor_conditional (const Functor *f, const std::vector< MP_boolean > &condition) | |
virtual | ~Functor_conditional () |
void | operator() () const |
Public Attributes | |
const Functor * | F |
std::vector< MP_boolean > | Condition |
Definition at line 22 of file MP_domain.cpp.
flopc::Functor_conditional::Functor_conditional | ( | const Functor * | f, |
const std::vector< MP_boolean > & | condition | ||
) | [inline] |
Definition at line 24 of file MP_domain.cpp.
virtual flopc::Functor_conditional::~Functor_conditional | ( | ) | [inline, virtual] |
Definition at line 26 of file MP_domain.cpp.
void flopc::Functor_conditional::operator() | ( | ) | const [inline, virtual] |
Implements flopc::Functor.
Definition at line 27 of file MP_domain.cpp.
std::vector<MP_boolean> flopc::Functor_conditional::Condition |
Definition at line 40 of file MP_domain.cpp.
Referenced by operator()().
Definition at line 39 of file MP_domain.cpp.
Referenced by operator()().