lsst.pex.policy
14.0
|
a generic stream destination for policy data More...
#include <PolicyStringDestination.h>
Public Member Functions | |
PolicyStringDestination () | |
create the destination More... | |
PolicyStringDestination (const std::string &str) | |
create the destination, initialized with the given string More... | |
virtual | ~PolicyStringDestination () |
release resource associated with the destination More... | |
std::string | getData () |
return the data written so far as a string More... | |
![]() | |
PolicyStreamDestination (StreamPtr ostrm) | |
create the destination More... | |
virtual | ~PolicyStreamDestination () |
release resource associated with the destination More... | |
virtual std::ostream & | getOutputStream () |
return a stream that can be used to write the data to. More... | |
![]() | |
PolicyDestination () | |
create a destination More... | |
virtual | ~PolicyDestination () |
release resource associated with the destination More... | |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr < std::ostream > | StreamPtr |
![]() | |
PolicyDestination (const PolicyDestination &that) | |
create a copy of this destination More... | |
![]() | |
StreamPtr | _ostrm |
a generic stream destination for policy data
Definition at line 49 of file PolicyStringDestination.h.
lsst::pex::policy::PolicyStringDestination::PolicyStringDestination | ( | ) |
create the destination
Definition at line 35 of file PolicyStringDestination.cc.
lsst::pex::policy::PolicyStringDestination::PolicyStringDestination | ( | const std::string & | str | ) |
create the destination, initialized with the given string
str | initial contents for the output string |
Definition at line 43 of file PolicyStringDestination.cc.
|
virtual |
release resource associated with the destination
Definition at line 51 of file PolicyStringDestination.cc.
|
inline |
return the data written so far as a string
Definition at line 71 of file PolicyStringDestination.h.