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