CARMA C++
|
A predicate for testing if a Device matches a requested device. More...
#include <carma/szaarrayutils/TransactionManager.h>
Inherits unary_function< Device, bool >.
Public Member Functions | |
Device_eq (std::string name) | |
bool | operator() (const Device &device) const |
A predicate for testing if a Device matches a requested device.
Definition at line 142 of file TransactionManager.h.