|
#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 79 of file SelectorOps.h.
using ChildT = _ChildT |
Definition at line 83 of file SelectorOps.h.
using DerivedT = _DerivedT |
Definition at line 82 of file SelectorOps.h.
|
virtualdefault |
|
inlineprotected |
Definition at line 95 of file SelectorOps.h.
|
inlineprotected |
Definition at line 101 of file SelectorOps.h.
|
protected |
Definition at line 109 of file SelectorOps.h.