|
|
Classes | |
| struct | JoinAllResult |
Functions | |
| JoinAllResult | joinAll (const std::vector< armarx::skills::SkillExecutionHandle * > &handles) |
| JoinAllResult | joinAll (const std::vector< std::shared_ptr< armarx::skills::SkillExecutionHandle > > &handles) |
| JoinAllResult | joinAll (const std::vector< std::shared_ptr< SkillExecutionHandle > > &handles) |
| JoinAllResult | joinAll (const std::vector< std::unique_ptr< armarx::skills::SkillExecutionHandle > > &handles) |
| JoinAllResult | joinAll (const std::vector< std::unique_ptr< SkillExecutionHandle > > &handles) |
| template<typename... Args> | |
| JoinAllResult | joinAllAny (Args &&... args) |
| template<typename T> | |
| SkillExecutionHandle * | to_raw_ptr (const std::shared_ptr< T > &ptr) noexcept |
| template<typename T> | |
| SkillExecutionHandle * | to_raw_ptr (const std::unique_ptr< T > &ptr) noexcept |
| template<typename T> | |
| SkillExecutionHandle * | to_raw_ptr (T *ptr) noexcept |
| JoinAllResult joinAll | ( | const std::vector< armarx::skills::SkillExecutionHandle * > & | handles | ) |
Definition at line 146 of file SkillExecutionHandle.cpp.
Here is the caller graph for this function:| JoinAllResult joinAll | ( | const std::vector< std::shared_ptr< armarx::skills::SkillExecutionHandle > > & | handles | ) |
| JoinAllResult joinAll | ( | const std::vector< std::shared_ptr< SkillExecutionHandle > > & | handles | ) |
| JoinAllResult joinAll | ( | const std::vector< std::unique_ptr< armarx::skills::SkillExecutionHandle > > & | handles | ) |
| JoinAllResult joinAll | ( | const std::vector< std::unique_ptr< SkillExecutionHandle > > & | handles | ) |
| JoinAllResult joinAllAny | ( | Args &&... | args | ) |
|
noexcept |
Definition at line 144 of file SkillExecutionHandle.h.
|
noexcept |
Definition at line 137 of file SkillExecutionHandle.h.
|
noexcept |