Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

more::io::ifsyncstream Class Reference

A file-based syncstream which will be opened for input. More...

#include <more/io/syncstream.h>

Inheritance diagram for more::io::ifsyncstream:

Inheritance graph
[legend]
Collaboration diagram for more::io::ifsyncstream:

Collaboration graph
[legend]
List of all members.

Public Methods


Detailed Description

A file-based syncstream which will be opened for input.


Constructor & Destructor Documentation

more::io::ifsyncstream::ifsyncstream   [inline]
 

Construct a stream which be opend later with open.

more::io::ifsyncstream::ifsyncstream const char *    name,
std::ios_base::openmode    mode = std::ios_base::in | std::ios_base::binary
[inline]
 

Construct a syncstream with input from the file named name.


Member Function Documentation

void more::io::ifsyncstream::open const char *    name,
std::ios_base::openmode    mode = std::ios_base::in | std::ios_base::binary
[inline]
 

Open the file named name for input and attach it to this stream.

Reimplemented from more::io::fsyncstream.


The documentation for this class was generated from the following file:
Generated on Sat Sep 7 19:12:40 2002 for more with Doxygen 1.2.13.1. Doxygen 1.2.13.1 is written and copyright 1997-2002 by Dimitri van Heesch.