torc-master
|
Comparator class to serve as a predicate when searching for names. More...
#include <Named.hpp>
Public Member Functions | |
NameComparator (const string &inName) | |
Constructor. More... | |
bool | operator() (const Named &inNamed) const |
Function operator taking a Named object. More... | |
bool | operator() (const NamedSharedPtr &inNamedPtr) const |
Function operator taking a Named shared pointer. More... | |
Protected Types | |
typedef std::string | string |
Imported type name. More... | |
Protected Attributes | |
const string & | mName |
The name to compare against. More... | |
Comparator class to serve as a predicate when searching for names.
|
protected |
|
inline |
Constructor.
inName | The name to compare against. |
Definition at line 73 of file Named.hpp.
|
inline |
Function operator taking a Named object.
Definition at line 78 of file Named.hpp.
|
inline |
Function operator taking a Named shared pointer.
Definition at line 82 of file Named.hpp.
|
protected |