#include <PrimitiveBase.hpp>
Public Member Functions | |
void | onInit () |
PrimitiveBase () | |
Private Types | |
typedef PrimitiveBase < Executor, OutputType, StateType > | Base |
Definition at line 87 of file PrimitiveBase.hpp.
typedef PrimitiveBase<Executor,OutputType,StateType> labust::primitive::PrimitiveBase< Executor, OutputType, StateType >::Base [private] |
Definition at line 89 of file PrimitiveBase.hpp.
labust::primitive::PrimitiveBase< Executor, OutputType, StateType >::PrimitiveBase | ( | ) | [inline] |
Main constructor
Definition at line 94 of file PrimitiveBase.hpp.
void labust::primitive::PrimitiveBase< Executor, OutputType, StateType >::onInit | ( | ) | [inline] |
Initialize and setup primitive action node.
Definition at line 98 of file PrimitiveBase.hpp.