lsst.afw g093c4c12c6+3f22ab7721
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst::afw::fits::HeaderIterationFunctor Class Referenceabstract

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 ()
 

Detailed Description

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.

Definition at line 49 of file fits.h.

Constructor & Destructor Documentation

◆ ~HeaderIterationFunctor()

virtual lsst::afw::fits::HeaderIterationFunctor::~HeaderIterationFunctor ( )
inlinevirtual

Definition at line 53 of file fits.h.

Member Function Documentation

◆ operator()()

virtual void lsst::afw::fits::HeaderIterationFunctor::operator() ( std::string const &  key,
std::string const &  value,
std::string const &  comment 
)
pure virtual

The documentation for this class was generated from the following file: