Mantid
|
Used in std::find_if algorithm to find a Column with name name. More...
Public Member Functions | |
FindName (const std::string &name) | |
Constructor. More... | |
bool | operator() (const std::shared_ptr< const API::Column > &cp) const |
bool | operator() (std::shared_ptr< API::Column > &cp) const |
Comparison operator. More... | |
Private Attributes | |
std::string | m_name |
Name to find. More... | |
Used in std::find_if algorithm to find a Column with name name.
Definition at line 303 of file TableWorkspace.h.
|
inline |
Constructor.
Definition at line 307 of file TableWorkspace.h.
|
inline |
Definition at line 310 of file TableWorkspace.h.
|
inline |
Comparison operator.
Definition at line 309 of file TableWorkspace.h.
|
private |
Name to find.
Definition at line 304 of file TableWorkspace.h.