#include <RobotAPI/libraries/armem/client/query/detail/NameSelectorOps.h>
template<class DerivedT>
class armarx::armem::client::query::detail::NameSelectorOps< DerivedT >
Definition at line 10 of file NameSelectorOps.h.
◆ NameSelectorOps()
◆ ~NameSelectorOps()
◆ withName()
template<class DerivedT>
| virtual DerivedT & withName |
( |
const std::string & | name | ) |
|
|
pure virtual |
◆ withNames() [1/3]
template<class DerivedT>
| virtual DerivedT & withNames |
( |
const std::vector< std::string > & | names | ) |
|
|
inlinevirtual |
◆ withNames() [2/3]
template<class DerivedT>
template<class StringContainerT>
| DerivedT & withNames |
( |
const StringContainerT & | names | ) |
|
|
inline |
◆ withNames() [3/3]
template<class DerivedT>
template<class IteratorT>
| DerivedT & withNames |
( |
IteratorT | begin, |
|
|
IteratorT | end ) |
|
inline |
◆ withNamesContaining()
template<class DerivedT>
| virtual DerivedT & withNamesContaining |
( |
const std::string & | substring | ) |
|
|
inlinevirtual |
◆ withNamesEndingWith()
template<class DerivedT>
| virtual DerivedT & withNamesEndingWith |
( |
const std::string & | suffix | ) |
|
|
inlinevirtual |
◆ withNamesMatching()
template<class DerivedT>
| virtual DerivedT & withNamesMatching |
( |
const std::string & | regex | ) |
|
|
pure virtual |
◆ withNamesStartingWith()
template<class DerivedT>
| virtual DerivedT & withNamesStartingWith |
( |
const std::string & | prefix | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: