TuttleOFX
1
|
#include <IsActiveFunctor.hpp>
Public Member Functions | |
void | push_back (IsActiveFunctor *f) |
bool | active () const |
This * | clone () const |
Private Types | |
typedef AndActiveFunctor< negate > | This |
Private Attributes | |
boost::ptr_vector < IsActiveFunctor > | _list |
Definition at line 97 of file IsActiveFunctor.hpp.
typedef AndActiveFunctor<negate> tuttle::plugin::interact::AndActiveFunctor< negate >::This [private] |
Reimplemented from tuttle::plugin::interact::IsActiveFunctor.
Definition at line 99 of file IsActiveFunctor.hpp.
bool tuttle::plugin::interact::AndActiveFunctor< negate >::active | ( | ) | const [inline, virtual] |
Implements tuttle::plugin::interact::IsActiveFunctor.
Definition at line 107 of file IsActiveFunctor.hpp.
References tuttle::plugin::interact::AndActiveFunctor< negate >::_list, and tuttle::plugin::interact::IsActiveFunctor::active().
This* tuttle::plugin::interact::AndActiveFunctor< negate >::clone | ( | ) | const [inline, virtual] |
Implements tuttle::plugin::interact::IsActiveFunctor.
Definition at line 118 of file IsActiveFunctor.hpp.
void tuttle::plugin::interact::AndActiveFunctor< negate >::push_back | ( | IsActiveFunctor * | f | ) | [inline] |
Definition at line 102 of file IsActiveFunctor.hpp.
References tuttle::plugin::interact::AndActiveFunctor< negate >::_list.
boost::ptr_vector<IsActiveFunctor> tuttle::plugin::interact::AndActiveFunctor< negate >::_list [private] |
Definition at line 100 of file IsActiveFunctor.hpp.
Referenced by tuttle::plugin::interact::AndActiveFunctor< negate >::active(), and tuttle::plugin::interact::AndActiveFunctor< negate >::push_back().