#include <reader.h>
|
| RMTLD3_reader (const typename R::buffer_t &_buffer, P &_lmem) |
|
R::buffer_t::error_t | reset () |
|
R::buffer_t::error_t | set (timespan &) |
|
R::error_t | pull (typename R::buffer_t::event_t &) |
|
R::error_t | read (typename R::buffer_t::event_t &) |
|
R::error_t | read_next (typename R::buffer_t::event_t &) |
|
R::error_t | read_previous (typename R::buffer_t::event_t &) |
|
size_t | length () const |
|
size_t | consumed () const |
|
void | debug () const |
|
◆ RMTLD3_reader()
template<typename R , typename P >
◆ consumed()
template<typename R , typename P >
◆ debug()
template<typename R , typename P >
◆ length()
template<typename R , typename P >
◆ pull()
template<typename R , typename P >
R::error_t RMTLD3_reader< R, P >::pull |
( |
typename R::buffer_t::event_t & |
e | ) |
|
◆ read()
template<typename R , typename P >
R::error_t RMTLD3_reader< R, P >::read |
( |
typename R::buffer_t::event_t & |
e | ) |
|
◆ read_next()
template<typename R , typename P >
R::error_t RMTLD3_reader< R, P >::read_next |
( |
typename R::buffer_t::event_t & |
e | ) |
|
◆ read_previous()
template<typename R , typename P >
R::error_t RMTLD3_reader< R, P >::read_previous |
( |
typename R::buffer_t::event_t & |
e | ) |
|
◆ reset()
template<typename R , typename P >
Resets cursor in the reader
◆ set()
template<typename R , typename P >
◆ cursor
template<typename R , typename P >
Cursor between bottom and top of the reader
◆ lmem
template<typename R , typename P >
Local memory for dynamic programming pattern
The documentation for this class was generated from the following file: