|
Foundation
|
This is the complete list of members for Foundation::Core::JobBarrier, including all inherited members.
| Add(JobHandle const &job) | Foundation::Core::JobBarrier | |
| Add(Span< const JobHandle > jobs) | Foundation::Core::JobBarrier | |
| IsEmpty() const noexcept | Foundation::Core::JobBarrier | |
| JobBarrier(SharedPtr< JobPool > pool, SharedPtr< JobBarrierState > state) | Foundation::Core::JobBarrier | inlineprivate |
| JobBarrier()=default | Foundation::Core::JobBarrier | |
| JobBarrier(JobBarrier const &)=delete | Foundation::Core::JobBarrier | |
| JobBarrier(JobBarrier &&other) noexcept | Foundation::Core::JobBarrier | |
| JobSystem | Foundation::Core::JobBarrier | friend |
| mPool | Foundation::Core::JobBarrier | private |
| mState | Foundation::Core::JobBarrier | private |
| operator=(JobBarrier const &)=delete | Foundation::Core::JobBarrier | |
| operator=(JobBarrier &&other) noexcept | Foundation::Core::JobBarrier | |
| Reset() noexcept | Foundation::Core::JobBarrier | private |
| ~JobBarrier() | Foundation::Core::JobBarrier |