#include <IPVolume_predicates.h>
Public Member Functions | |
| IPVolume_byName (const std::string &Name) | |
| explicit constructor | |
| bool | operator() (const IPVolume *pv) const |
| find physical volume by name | |
Private Attributes | |
| std::string | m_name |
| name | |
.. (container)<IPvolume*>const_ietartor ci = std::find_if( volumes.begin() , volumes.end() , IPVolume_byName(name) );
Definition at line 60 of file IPVolume_predicates.h.
| IPVolume_byName::IPVolume_byName | ( | const std::string & | Name | ) | [inline, explicit] |
explicit constructor
| Name | name of physical volume |
Definition at line 67 of file IPVolume_predicates.h.
00068 : m_name( Name ){};
| bool IPVolume_byName::operator() | ( | const IPVolume * | pv | ) | const [inline] |
find physical volume by name
| pv | pointer to physical volume |
Definition at line 73 of file IPVolume_predicates.h.
std::string IPVolume_byName::m_name [private] |
1.4.7