RaftLib
0.3a
C++ Stream Processing Template Library
|
Public Member Functions | |
virtual raft::kstatus | run () |
![]() | |
kernel () | |
kernel (void *const ptr, const std::size_t nbytes) | |
virtual raft::kernel * | clone () |
std::size_t | get_id () |
Additional Inherited Members | |
![]() | |
template<class T , class... Args> | |
static kernel * | make (Args &&...params) |
![]() | |
Port | input = { this } |
Port | output = { this } |
![]() | |
static std::size_t | kernel_count |
|
inlinevirtual |
run - implemented to take a single input port, pop the itam and print it. the output isn't yet synchronized so if multiple things are printing to std::cout then there might be issues, otherwise this works well for debugging and basic output.
Implements raft::kernel.