Midge  v3.9.2
Data Processing Framework
Public Member Functions | List of all members
read_stream< x_type > Class Template Referenceabstract
Inheritance diagram for read_stream< x_type >:
Inheritance graph

Public Member Functions

 read_stream ()
 
virtual ~read_stream ()
 
virtual read_stream< x_type > & operator>> (const x_type *&p_pointer)=0
 
virtual read_stream< x_type > & operator<< (const x_type *&p_pointer)=0
 
- Public Member Functions inherited from stream
 stream ()
 
virtual ~stream ()
 
virtual streamoperator> (enum_t &p_state)=0
 
virtual streamoperator< (const enum_t &p_state)=0
 

Additional Inherited Members

- Static Public Attributes inherited from stream
static const enum_t s_idle = 0
 
static const enum_t s_started = 1
 
static const enum_t s_stopped = 2
 

Detailed Description

template<class x_type>
class midge::test::read_stream< x_type >

Definition at line 44 of file test_buffer.cc.

Constructor & Destructor Documentation

◆ read_stream()

read_stream ( )
inline

Definition at line 49 of file test_buffer.cc.

◆ ~read_stream()

virtual ~read_stream ( )
inlinevirtual

Definition at line 52 of file test_buffer.cc.

Member Function Documentation

◆ operator<<()

virtual read_stream< x_type >& operator<< ( const x_type *&  p_pointer)
pure virtual

◆ operator>>()

virtual read_stream< x_type >& operator>> ( const x_type *&  p_pointer)
pure virtual

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