#include <operator.hh>
Public Types | |
typedef VariadicOp< BoolOp > | Base |
Public Types inherited from dynamicgraph::sot::VariadicOpHeader< bool, bool > | |
typedef bool | Tin |
typedef bool | Tout |
Public Member Functions | |
void | operator() (const std::vector< const bool *> &vs, bool &res) const |
Public Member Functions inherited from dynamicgraph::sot::VariadicOpHeader< bool, bool > | |
std::string | getDocString () const |
void | initialize (VariadicOp< Op > *, Entity::CommandMap_t &) |
void | updateSignalNumber (const int &) |
Additional Inherited Members | |
Static Public Member Functions inherited from dynamicgraph::sot::VariadicOpHeader< bool, bool > | |
static std::string | nameTypeIn (void) |
static std::string | nameTypeOut (void) |
Definition at line 989 of file operator.hh.
typedef VariadicOp<BoolOp> dynamicgraph::sot::BoolOp< operation >::Base |
Definition at line 990 of file operator.hh.
|
inline |
Definition at line 992 of file operator.hh.