#include <Finder.hpp>
Public Member Functions | |
NameFinder (const std::string &name, bool caseSensitive=false) | |
bool | operator() (const T &object) const |
bool | operator() (const std::shared_ptr< T > &object) const |
Functor object for finding objects by name.
Templated on T where T has method name(). Applies to T and to shared_ptr<T>.
|
inline |
|
inline |
|
inline |