Public Member Functions | Private Member Functions

oprocstream Class Reference

#include "procstream.h"

Inheritance diagram for oprocstream:
Inheritance graph
[legend]
Collaboration diagram for oprocstream:
Collaboration graph
[legend]

List of all members.

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)
int close (void)
int file_number (void) const
int is_open (void) const
void open (const std::string &name, int mode=std::ios::out)
void open (const char *name, int mode=std::ios::out)
pid_t pid (void) const

Private Member Functions

 oprocstream (const oprocstream &)
oprocstreamoperator= (const oprocstream &)

Detailed Description

Definition at line 101 of file procstream.h.


Constructor & Destructor Documentation

oprocstream::oprocstream ( void   )  [inline]

Definition at line 108 of file procstream.h.

oprocstream::oprocstream ( const std::string &  name,
int  mode = std::ios::out 
) [inline]

Definition at line 110 of file procstream.h.

oprocstream::oprocstream ( const char name,
int  mode = std::ios::out 
) [inline]

Definition at line 113 of file procstream.h.

oprocstream::~oprocstream ( void   )  [inline]

Definition at line 116 of file procstream.h.

oprocstream::oprocstream ( const oprocstream  )  [private]

Member Function Documentation

int procstreambase::close ( void   )  [inherited]
int procstreambase::file_number ( void   )  const [inline, inherited]

Definition at line 58 of file procstream.h.

Referenced by run_command_and_return_output().

int procstreambase::is_open ( void   )  const [inline, inherited]

Definition at line 52 of file procstream.h.

Referenced by procstreambase::close().

void oprocstream::open ( const std::string &  name,
int  mode = std::ios::out 
) [inline]

Reimplemented from procstreambase.

Definition at line 118 of file procstream.h.

References procstreambase::open().

void oprocstream::open ( const char name,
int  mode = std::ios::out 
) [inline]

Reimplemented from procstreambase.

Definition at line 121 of file procstream.h.

References procstreambase::open().

oprocstream& oprocstream::operator= ( const oprocstream  )  [private]
pid_t procstreambase::pid ( void   )  const [inline, inherited]

Definition at line 56 of file procstream.h.

Referenced by clear_external_pager(), do_sync(), and run_command_and_return_output().


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