Inherited by SEDAStage< In, void >.
Typically stages will inherit from the SEDAStage class.
Public Methods | |
| seda_stage_base (string name=string()) | |
| Constructor. | |
| virtual | ~seda_stage_base () |
| Destructor. | |
| void | set_name (string name) |
| Sets the name of this queue. | |
| string | get_name () |
| Returns the name of this stage. | |
| virtual void | set_nthreads (unsigned int min, unsigned int max)=0 |
| Sets the minimum and maximum number of threads (inclusive) which may be assigned to this stage. | |
| virtual void | scan ()=0 |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Returns the name of this stage.
|
|
|
Implemented in SEDAStage< In, void >. |
|
|
Sets the name of this queue.
|
|
||||||||||||
|
Sets the minimum and maximum number of threads (inclusive) which may be assigned to this stage.
Implemented in SEDAStage< In, void >. |