Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
 

  PUBLIC
basic_ofdstream::basic_ofdstream(void)
basic_ofdstream::rdbuf(void) const
basic_ofdstream::is_open(void)
basic_ofdstream::open(int,ios_base::openmode)
basic_ofdstream::close(void)

   basic_ofdstream<typename CharT,typename TraitsT>   
 
Derivation of general output streams, specific to unix file handles.
 
include "Ravl/fdstream.hh"
Source file:Ravl/Core/Base/fdstream.hh
User Level:Normal
Library:RavlCore
In Scope:RavlN

Parent Classes: Typedefs:
typedef CharT char_type;

typedef TraitsT traits_type;

typedef typename traits_type::int_type int_type;

typedef typename traits_type::pos_type pos_type;

typedef typename traits_type::off_type off_type;

typedef basic_fdbuf<char_type,traits_type> buf_type;

Variables:
buf_type filebuf;

Methods:
basic_ofdstream()
Default constructor.

buf_type * rdbuf() const
Access fd buffer.

bool is_open()
Is stream open ?

void open(int fd,ios_base::openmode mode = ios_base :: out | ios_base :: trunc)
Open a stream with file handle 'fd'.

void close()
Close a file handle.


Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002