Open CASCADE Technology 7.8.0
|
Auxiliary class which ensures exclusive access to iterators of processed data pool. More...
#include <OSD_ThreadPool.hxx>
Public Member Functions | |
JobRange (const int &theBegin, const int &theEnd) | |
Constructor. | |
const int & | Begin () const |
Returns const link on the first element. | |
const int & | End () const |
Returns const link on the last element. | |
int | It () const |
Returns first non processed element or end. Thread-safe method. | |
Auxiliary class which ensures exclusive access to iterators of processed data pool.
Returns const link on the first element.
|
inline |
Returns first non processed element or end. Thread-safe method.