#include <RspFinishedRects.hxx>
Public Member Functions | |
| RspFinishedRects (std::size_t capacity) | |
| RRect_const_sequence | getRects (std::size_t i, std::size_t n) |
| const RStatus | push_back (const RRect &rect) |
| void | clear () |
| std::size_t | size () const |
| std::size_t | capacity () const |
Private Types | |
| typedef std::vector< RRect > | ListType |
Private Attributes | |
| ListType | _list |
| std::size_t | _size |
| std::size_t | _capacity |
| RtMutex | _listMutex |
|
|
Definition at line 46 of file RspFinishedRects.hxx. |
|
|
Definition at line 9 of file RspFinishedRects.cxx. |
|
|
Definition at line 41 of file RspFinishedRects.hxx. |
|
|
Definition at line 34 of file RspFinishedRects.hxx. |
|
||||||||||||
|
Get the sequence of rects, starting at number i and containing n elements. The return value is a pair of iterators that describes the sequence [i, i+n) . Definition at line 32 of file RspFinishedRects.cxx. |
|
|
Push back the finished rect. Definition at line 17 of file RspFinishedRects.cxx. |
|
|
Definition at line 38 of file RspFinishedRects.hxx. |
|
|
Definition at line 50 of file RspFinishedRects.hxx. |
|
|
Definition at line 48 of file RspFinishedRects.hxx. |
|
|
Definition at line 51 of file RspFinishedRects.hxx. |
|
|
Definition at line 49 of file RspFinishedRects.hxx. |
1.3.9.1