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