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.
a class representing a destination to serialize Policy parameter data to.
std::shared_ptr< std::ostream > StreamPtr