|
MTC
|
Fallbacks implementation for GENERATOR interface. More...
#include <container_p.h>


Public Member Functions | |
| FallbacksPrivateGenerator (FallbacksPrivate &&old) | |
| bool | nextJob () override |
| Advance to the next job, assuming that the current child is exhausted on the current job. | |
Public Member Functions inherited from moveit::task_constructor::FallbacksPrivateCommon | |
| FallbacksPrivateCommon (FallbacksPrivate &&other) | |
| void | nextChild () |
| Advance to next child. | |
| void | reset () override |
| bool | canCompute () const override |
| void | compute () override |
Additional Inherited Members | |
Public Attributes inherited from moveit::task_constructor::FallbacksPrivateCommon | |
| container_type::const_iterator | current_ |
Fallbacks implementation for GENERATOR interface.