Midge
v3.9.2
Data Processing Framework
|
#include <transformer.hh>
Public Member Functions | |
_transformer () | |
virtual | ~_transformer () |
![]() | |
virtual | ~transformer () |
![]() | |
node () | |
virtual | ~node () |
snake_case_mv_accessible (string_t, name) | |
virtual void | initialize ()=0 |
virtual void | execute (diptera *)=0 |
virtual void | finalize ()=0 |
node * | node_ptr (const std::string &p_label) |
input * | in (const std::string &p_label) |
output * | out (const std::string &p_label) |
signal * | signal_ptr (const std::string &p_label) |
slot * | slot_ptr (const std::string &p_label) |
void | node_ptr (node *, const std::string &p_label) |
![]() | |
instructable () | |
virtual | ~instructable () |
void | instruct (instruction t_inst) |
Protected Member Functions | |
template<int x_index> | |
_stream< type_at< x_index, x_in_types... > > & | in_stream () |
template<int x_index> | |
_stream< type_at< x_index, x_out_types... > > & | out_stream () |
template<int x_index> | |
_buffer< type_at< x_index, x_out_types... > > & | out_buffer () |
![]() | |
transformer () | |
![]() | |
void | in (input *, const std::string &p_label) |
void | out (output *, const std::string &p_label) |
void | signal_ptr (signal *, const std::string &p_label) |
void | slot_ptr (slot *, const std::string &p_label) |
void | do_cancellation (int a_node) override |
![]() | |
instruction | use_instruction () |
bool | have_instruction () const |
Definition at line 27 of file transformer.hh.
_transformer | ( | ) |
Definition at line 61 of file transformer.hh.
|
virtual |
Definition at line 68 of file transformer.hh.
Definition at line 42 of file transformer.hh.
Definition at line 54 of file transformer.hh.
Definition at line 48 of file transformer.hh.