Public Member Functions | Private Attributes | List of all members
icl_core::thread::OperationQueue Class Reference

#include <OperationQueue.h>

Inheritance diagram for icl_core::thread::OperationQueue:
Inheritance graph
[legend]

Public Member Functions

void addOperation (OperationPtr op)
 Add the operation op to the queue. More...
 
 OperationQueue (bool retain=false)
 

Private Attributes

icl_core::List< OperationPtrm_operations
 

Detailed Description

An operation queue contains a set operations that may, partly, be executed in parallel.

Definition at line 40 of file OperationQueue.h.

Constructor & Destructor Documentation

icl_core::thread::OperationQueue::OperationQueue ( bool  retain = false)

Create a new operation queue. retain specifies if operations will be deleted from or retained in the queue after they have been executed.

Member Function Documentation

void icl_core::thread::OperationQueue::addOperation ( OperationPtr  op)

Add the operation op to the queue.

Member Data Documentation

icl_core::List<OperationPtr> icl_core::thread::OperationQueue::m_operations
private

Definition at line 53 of file OperationQueue.h.


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


fzi_icl_core
Author(s):
autogenerated on Mon Jun 10 2019 13:17:59