34 #ifndef LSST_PEX_POLICY_STRMDEST_H 35 #define LSST_PEX_POLICY_STRMDEST_H 76 #endif // LSST_PEX_POLICY_STRMDEST_H
PolicyStreamDestination(StreamPtr ostrm)
create the destination
virtual std::ostream & getOutputStream()
return a stream that can be used to write the data to.
std::shared_ptr< std::ostream > StreamPtr
A base class for image defects.
virtual ~PolicyStreamDestination()
release resource associated with the destination
a class representing a destination to serialize Policy parameter data to.
a generic stream destination for policy data
definition of the PolicyDestination class