lsst.pex.policy
20.0.0-1-gb058bd0+46a6078777
|
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