CCfits
2.6
|
predicate for classes that have a name attribute; match input string with instance name. More...
#include <FITSUtil.h>
predicate for classes that have a name attribute; match input string with instance name.
Usage: MatchName<NamedClass> Ex;
list<NamedClass> ListObject;
... ...
find_if(ListObject.begin(),ListObject().end(),bind2nd(Ex,"needle"));
Since most of the classes within CCfits are not implemented with lists, these functions are now of little direct use.