#include <SubRunContainer.h>
Definition at line 165 of file SubRunContainer.h.
◆ append()
void sktext::gpu::SubRunList::append |
( |
SubRunOwner |
subRun | ) |
|
|
inline |
Definition at line 185 of file SubRunContainer.h.
185 {
187 *fTail = std::move(subRun);
188 fTail = newTail;
189 }
std::unique_ptr< SubRun, SubRunAllocator::Destroyer > SubRunOwner
◆ begin() [1/2]
Iterator sktext::gpu::SubRunList::begin |
( |
| ) |
|
|
inline |
◆ begin() [2/2]
Iterator sktext::gpu::SubRunList::begin |
( |
| ) |
const |
|
inline |
◆ end() [1/2]
Iterator sktext::gpu::SubRunList::end |
( |
| ) |
|
|
inline |
◆ end() [2/2]
Iterator sktext::gpu::SubRunList::end |
( |
| ) |
const |
|
inline |
◆ front()
SubRun & sktext::gpu::SubRunList::front |
( |
| ) |
const |
|
inline |
◆ isEmpty()
bool sktext::gpu::SubRunList::isEmpty |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: