#include <procstream.h>
Inherits procstreambase.
Public Member Functions | |
oprocstream (void) | |
oprocstream (const std::string &name, int mode=std::ios::out) | |
oprocstream (const char *name, int mode=std::ios::out) | |
~oprocstream (void) | |
void | open (const std::string &name, int mode=std::ios::out) |
void | open (const char *name, int mode=std::ios::out) |
oprocstream::oprocstream | ( | void | ) | [inline] |
oprocstream::oprocstream | ( | const std::string & | name, | |
int | mode = std::ios::out | |||
) | [inline] |
oprocstream::oprocstream | ( | const char * | name, | |
int | mode = std::ios::out | |||
) | [inline] |
oprocstream::~oprocstream | ( | void | ) | [inline] |
void oprocstream::open | ( | const char * | name, | |
int | mode = std::ios::out | |||
) | [inline] |
Reimplemented from procstreambase.
void oprocstream::open | ( | const std::string & | name, | |
int | mode = std::ios::out | |||
) | [inline] |
Reimplemented from procstreambase.