lsst.afw
21.0.0-21-g5d80ea29e+e0d7160dc8
|
Base class for polymorphic functors used to iterator over FITS key headers. More...
#include <fits.h>
Public Member Functions | |
virtual void | operator() (std::string const &key, std::string const &value, std::string const &comment)=0 |
virtual | ~HeaderIterationFunctor () |
Base class for polymorphic functors used to iterator over FITS key headers.
Subclass this, and then pass an instance to Fits::forEachKey to iterate over all the keys in a header.
|
inlinevirtual |
|
pure virtual |