Midge  v3.9.2
Data Processing Framework
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
_out< x_type, x_index > Class Template Reference

#include <_out.hh>

Inheritance diagram for _out< x_type, x_index >:
Inheritance graph

Public Member Functions

 _out ()
 
virtual ~_out ()
 
_stream< x_type > * out ()
 
- 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

_buffer< x_type > & get_buffer ()
 
_stream< x_type > & get_stream ()
 
- 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
 

Private Attributes

_buffer< x_type > * f_buffer
 

Detailed Description

template<class x_type, class x_index>
class midge::_out< x_type, x_index >

Definition at line 13 of file _out.hh.

Constructor & Destructor Documentation

◆ _out()

_out ( )
inline

Definition at line 17 of file _out.hh.

◆ ~_out()

virtual ~_out ( )
inlinevirtual

Definition at line 24 of file _out.hh.

Member Function Documentation

◆ get_buffer()

_buffer< x_type >& get_buffer ( )
inlineprotected

Definition at line 36 of file _out.hh.

◆ get_stream()

_stream< x_type >& get_stream ( )
inlineprotected

Definition at line 40 of file _out.hh.

◆ out()

_stream< x_type >* out ( )
inline

Definition at line 30 of file _out.hh.

Member Data Documentation

◆ f_buffer

_buffer< x_type >* f_buffer
private

Definition at line 46 of file _out.hh.


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