lsst.pex.policy
19.0.0-2-g3b2f90d+4
|
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
virtual std::ostream & getOutputStream()
return a stream that can be used to write the data to.
std::shared_ptr< std::ostream > StreamPtr