|
Index
C++ Code Documentation
io::OstreamStream
Derived from: io::Ostream
File: BASE/io/OstreamStream.H
public:
- OstreamStream( base::String const &filename );
 | constructor | |
- OstreamStream( std::ostream & );
- virtual ~OstreamStream();
 | destructor | |
- virtual std::ostream &stream();
- virtual StreamType type() const;
protected:
private:
- std::ostream *_stream;
- bool _stream_was_allocated;
- OstreamStream( OstreamStream const & );
 | disabled copy constructor | |
- OstreamStream &operator=( OstreamStream const & );
 | disabled assignment operator | |
|