TuttleOFX
1
|
#include <IsActiveFunctor.hpp>
Public Member Functions | |
void | push_back (IsActiveFunctor *f) |
bool | active () const |
This * | clone () const |
Private Types | |
typedef OrActiveFunctor< negate > | This |
Private Attributes | |
boost::ptr_vector < IsActiveFunctor > | _list |
Definition at line 122 of file IsActiveFunctor.hpp.
typedef OrActiveFunctor<negate> tuttle::plugin::interact::OrActiveFunctor< negate >::This [private] |
Reimplemented from tuttle::plugin::interact::IsActiveFunctor.
Definition at line 124 of file IsActiveFunctor.hpp.
bool tuttle::plugin::interact::OrActiveFunctor< negate >::active | ( | ) | const [inline, virtual] |
Implements tuttle::plugin::interact::IsActiveFunctor.
Definition at line 132 of file IsActiveFunctor.hpp.
References tuttle::plugin::interact::OrActiveFunctor< negate >::_list, and tuttle::plugin::interact::IsActiveFunctor::active().
This* tuttle::plugin::interact::OrActiveFunctor< negate >::clone | ( | ) | const [inline, virtual] |
Implements tuttle::plugin::interact::IsActiveFunctor.
Definition at line 143 of file IsActiveFunctor.hpp.
void tuttle::plugin::interact::OrActiveFunctor< negate >::push_back | ( | IsActiveFunctor * | f | ) | [inline] |
Definition at line 127 of file IsActiveFunctor.hpp.
References tuttle::plugin::interact::OrActiveFunctor< negate >::_list.
boost::ptr_vector<IsActiveFunctor> tuttle::plugin::interact::OrActiveFunctor< negate >::_list [private] |
Definition at line 125 of file IsActiveFunctor.hpp.
Referenced by tuttle::plugin::interact::OrActiveFunctor< negate >::active(), and tuttle::plugin::interact::OrActiveFunctor< negate >::push_back().