|
|
#include <RobotAPI/libraries/armem/client/query/detail/SelectorOps.h>
Public Types | |
| using | ChildT = _ChildT |
| using | DerivedT = _DerivedT |
Public Member Functions | |
| virtual | ~ParentSelectorOps ()=default |
Protected Member Functions | |
| ChildT & | _addChild () |
| ChildT & | _addChild (const ChildT &child) |
| template<class... Ts> | |
| ChildT & | _addChild (Ts... args) |
Protected Attributes | |
| std::vector< ChildT > | _children |
Definition at line 78 of file SelectorOps.h.
| using ChildT = _ChildT |
Definition at line 82 of file SelectorOps.h.
| using DerivedT = _DerivedT |
Definition at line 81 of file SelectorOps.h.
|
virtualdefault |
|
inlineprotected |
Definition at line 96 of file SelectorOps.h.
|
inlineprotected |
Definition at line 103 of file SelectorOps.h.
|
protected |
Definition at line 110 of file SelectorOps.h.