|
void | add_data (const OutputObjType &obj) |
|
virtual bool | process () |
|
virtual OutputObjType | output_value () |
|
void | reset_done_value () |
|
virtual void | done_value () |
|
bool | has_value () const |
|
engine * | get_engine () const |
|
void | set_engine (engine *e) |
|
void | add_predecessor (functor *pred) |
|
const std::vector< functor * > | predecessors () const |
|
|
std::vector< OutputObjType > | m_data |
|
int32_t | m_index |
|
bool | m_no_init |
|
bool | m_has_value |
|
std::vector< functor * > | m_predecessors |
|
engine * | m_engine |
|
uint32_t | m_status |
|
|
typedef OutputObjType | output_type |
|
The documentation for this class was generated from the following file: