Midge  v3.9.2
Data Processing Framework
Public Member Functions | Protected Member Functions | List of all members
_transformer< x_in_list< x_in_types... >, x_out_list< x_out_types... > > Class Template Reference

#include <transformer.hh>

Inheritance diagram for _transformer< x_in_list< x_in_types... >, x_out_list< x_out_types... > >:
Inheritance graph

Public Member Functions

 _transformer ()
 
virtual ~_transformer ()
 
- Public Member Functions inherited from transformer
virtual ~transformer ()
 
- Public Member Functions inherited from node
 node ()
 
virtual ~node ()
 
 snake_case_mv_accessible (string_t, name)
 
virtual void initialize ()=0
 
virtual void execute (diptera *)=0
 
virtual void finalize ()=0
 
nodenode_ptr (const std::string &p_label)
 
inputin (const std::string &p_label)
 
outputout (const std::string &p_label)
 
signalsignal_ptr (const std::string &p_label)
 
slotslot_ptr (const std::string &p_label)
 
void node_ptr (node *, const std::string &p_label)
 
- Public Member Functions inherited from instructable
 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 ()
 
- Protected Member Functions inherited from transformer
 transformer ()
 
- Protected Member Functions inherited from node
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
 
- Protected Member Functions inherited from instructable
instruction use_instruction ()
 
bool have_instruction () const
 

Detailed Description

template<template< class... > class x_in_list, template< class... > class x_out_list, class... x_in_types, class... x_out_types>
class midge::_transformer< x_in_list< x_in_types... >, x_out_list< x_out_types... > >

Definition at line 27 of file transformer.hh.

Constructor & Destructor Documentation

◆ _transformer()

Definition at line 61 of file transformer.hh.

◆ ~_transformer()

~_transformer ( )
virtual

Definition at line 68 of file transformer.hh.

Member Function Documentation

◆ in_stream()

_stream< type_at< x_index, x_in_types... > >& in_stream ( )
inlineprotected

Definition at line 42 of file transformer.hh.

◆ out_buffer()

_buffer< type_at< x_index, x_out_types... > >& out_buffer ( )
inlineprotected

Definition at line 54 of file transformer.hh.

◆ out_stream()

_stream< type_at< x_index, x_out_types... > >& out_stream ( )
inlineprotected

Definition at line 48 of file transformer.hh.


The documentation for this class was generated from the following file: