|
OpenWalnut
1.2.5
|
This class tests against the getName() method of the instances of type T. More...
#include <WPredicateHelper.h>
Public Member Functions | |
| Name (std::string check) | |
| Creates instance. | |
| bool | operator() (const boost::shared_ptr< T > &inst) |
| Checks the instance of T against the string specified during construction. | |
Private Attributes | |
| std::string | m_check |
| The string to check against. | |
This class tests against the getName() method of the instances of type T.
Many, many, many many many classes in OpenWalnut provide a getName() method. This predicate can check against a defined name. Useful for searching. This partial specialization is for shared_ptr, which are a very common tool in OpenWalnut.
Definition at line 109 of file WPredicateHelper.h.
|
inlineexplicit |
Creates instance.
The specified string is used for checking.
| check | the string to check against. |
Definition at line 117 of file WPredicateHelper.h.
|
inline |
Checks the instance of T against the string specified during construction.
| inst | use getName of this instance of T |
Definition at line 129 of file WPredicateHelper.h.
References WPredicateHelper::Name< T >::m_check.
|
private |
The string to check against.
Definition at line 132 of file WPredicateHelper.h.
1.8.1