RaftLib  0.3a
C++ Stream Processing Template Library
Public Member Functions | List of all members
Generate< T > Class Template Reference
Inheritance diagram for Generate< T >:
[legend]
Collaboration diagram for Generate< T >:
[legend]

Public Member Functions

 Generate (std::int64_t count=1000)
 
virtual raft::kstatus run ()
 
 Generate (std::int64_t count=1000)
 
virtual raft::kstatus run ()
 
 Generate (std::int64_t count=1000)
 
virtual raft::kstatus run ()
 
- Public Member Functions inherited from raft::kernel
 kernel ()
 
 kernel (void *const ptr, const std::size_t nbytes)
 
virtual raft::kernelclone ()
 
std::size_t get_id ()
 

Additional Inherited Members

- Static Public Member Functions inherited from raft::kernel
template<class T , class... Args>
static kernelmake (Args &&...params)
 
- Protected Attributes inherited from raft::kernel
Port input = { this }
 
Port output = { this }
 
- Static Protected Attributes inherited from raft::kernel
static std::size_t kernel_count
 

Member Function Documentation

template<typename T >
virtual raft::kstatus Generate< T >::run ( )
inlinevirtual

run - function to be extended for the actual execution. Code can be executed outside of the run function, i.e., with any function call, however the scheduler will only call the run function so it must initiate any follow-on behavior desired by the user.

Implements raft::kernel.

template<typename T >
virtual raft::kstatus Generate< T >::run ( )
inlinevirtual

run - function to be extended for the actual execution. Code can be executed outside of the run function, i.e., with any function call, however the scheduler will only call the run function so it must initiate any follow-on behavior desired by the user.

else

Implements raft::kernel.

template<typename T >
virtual raft::kstatus Generate< T >::run ( )
inlinevirtual

run - function to be extended for the actual execution. Code can be executed outside of the run function, i.e., with any function call, however the scheduler will only call the run function so it must initiate any follow-on behavior desired by the user.

Implements raft::kernel.


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