Utility class for comparing an instance's name. More...
#include <arcane/utils/NameComparer.h>
Public Member Functions | |
| NameComparer (const String &s) | |
| template<typename U> | |
| bool | operator() (const U *ptr) const |
Private Attributes | |
| String | m_name |
Utility class for comparing an instance's name.
Compares the object's name() attribute with the value provided in the constructor.
Definition at line 41 of file NameComparer.h.
|
inline |
Definition at line 45 of file NameComparer.h.
|
inline |
Definition at line 52 of file NameComparer.h.
|
private |
Definition at line 59 of file NameComparer.h.