Public Member Functions | Private Member Functions

procstream Class Reference

#include "procstream.h"

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

List of all members.

Public Member Functions

 procstream (void)
 procstream (const std::string &name, int mode)
 procstream (const char *name, int mode)
 ~procstream (void)
int close (void)
int file_number (void) const
int is_open (void) const
void open (const std::string &name, int mode)
void open (const char *name, int mode)
pid_t pid (void) const

Private Member Functions

 procstream (const procstream &)
procstreamoperator= (const procstream &)

Detailed Description

Definition at line 131 of file procstream.h.


Constructor & Destructor Documentation

procstream::procstream ( void   )  [inline]

Definition at line 138 of file procstream.h.

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

Definition at line 140 of file procstream.h.

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

Definition at line 143 of file procstream.h.

procstream::~procstream ( void   )  [inline]

Definition at line 146 of file procstream.h.

procstream::procstream ( const procstream  )  [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 procstream::open ( const std::string &  name,
int  mode 
) [inline]

Reimplemented from procstreambase.

Definition at line 148 of file procstream.h.

References procstreambase::open().

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

Reimplemented from procstreambase.

Definition at line 151 of file procstream.h.

References procstreambase::open().

procstream& procstream::operator= ( const procstream  )  [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