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

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

   basic_fdstream<typename CharT,typename TraitsT>   
 
Basic fdstream.
 
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_fdstream()
Default constructor.

buf_type * rdbuf() const

bool is_open()
Is stream open ?

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

void close()
Close file handle.


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