Navigation

Operators and Keywords

Function List:

C++ API

procstream Class Reference

#include <procstream.h>

Inherits procstreambase.

Collaboration diagram for procstream:

List of all members.

Public Member Functions

 procstream (void)
 procstream (const std::string &name, int mode)
 procstream (const char *name, int mode)
 ~procstream (void)
void open (const std::string &name, int mode)
void open (const char *name, int mode)

Constructor & Destructor Documentation

procstream::procstream ( void   )  [inline]
procstream::procstream ( const std::string &  name,
int  mode 
) [inline]
procstream::procstream ( const char *  name,
int  mode 
) [inline]
procstream::~procstream ( void   )  [inline]

Member Function Documentation

void procstream::open ( const std::string &  name,
int  mode 
) [inline]

Reimplemented from procstreambase.

void procstream::open ( const char *  name,
int  mode 
) [inline]

Reimplemented from procstreambase.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines