|
Index
C++ Code Documentation
io::OstreamCfile
Derived from: io::Ostream
File: BASE/io/OstreamCfile.H
public:
- OstreamCfile( base::String const &filename, char const *mode = "wb" );
 | constructor | |
- OstreamCfile( FILE *file );
- virtual ~OstreamCfile();
 | destructor | |
- virtual std::ostream &stream();
- virtual void flush();
- FILE *cfile();
- virtual StreamType type() const;
protected:
private:
- std::strstream _stream;
- FILE *_cfile;
- OstreamCfile( OstreamCfile const & );
 | disabled copy constructor | |
- OstreamCfile &operator=( OstreamCfile const & );
 | disabled assignment operator | |
|