rvm  1.11
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
ofdstream Class Reference

#include <fdstream.h>

Inheritance diagram for ofdstream:
Inheritance graph
Collaboration diagram for ofdstream:
Collaboration graph

Public Member Functions

 ofdstream ()
 
 ofdstream (int a_fd)
 
void attach (int a_fd)
 
int fd (void)
 

Protected Attributes

fdoutbuf m_buf
 
int m_fd
 

Detailed Description

Definition at line 25 of file fdstream.h.

Constructor & Destructor Documentation

ofdstream::ofdstream ( )

Definition at line 41 of file fdstream.cc.

ofdstream::ofdstream ( int  a_fd)

Definition at line 45 of file fdstream.cc.

References fdoutbuf::attach(), m_buf, and m_fd.

Here is the call graph for this function:

Member Function Documentation

void ofdstream::attach ( int  a_fd)

Definition at line 51 of file fdstream.cc.

References fdoutbuf::attach(), m_buf, and m_fd.

Referenced by test10(), test11(), and test12().

Here is the call graph for this function:

int ofdstream::fd ( void  )

Definition at line 57 of file fdstream.cc.

References m_fd.

Member Data Documentation

fdoutbuf ofdstream::m_buf
protected

Definition at line 34 of file fdstream.h.

Referenced by attach(), and ofdstream().

int ofdstream::m_fd
protected

Definition at line 35 of file fdstream.h.

Referenced by attach(), fd(), and ofdstream().


The documentation for this class was generated from the following files: