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

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

   basic_ifdstream<typename CharT,typename TraitsT>   
 
Basic input from a fd stream.
 
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:
buf_type * rdbuf() const
Access fdbuffer.

basic_ifdstream()
Default constructor.

bool is_open()
Check if its open.

void open(int fd,ios_base::openmode mode = ios_base :: in)
open a file handle.

void close()
Close a file.


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