paludis::SafeIFStreamBuf Class Reference
[Filesystem]

#include <safe_ifstream.hh>

List of all members.

Basic operations

 SafeIFStreamBuf (const int f)

Public Attributes

int fd
 Our file descriptor.

Protected Member Functions

virtual int_type underflow ()
virtual pos_type seekoff (off_type, std::ios_base::seekdir, std::ios_base::openmode)
virtual pos_type seekpos (pos_type, std::ios_base::openmode)

Protected Attributes

char buffer [buffer_size]

Static Protected Attributes

static const int lookbehind_size = 16
static const int buffer_size = 512 + lookbehind_size


Detailed Description

Input stream buffer class that can be opened via an FD, and that doesn't do retarded things when given a non-file.

See TCppSL Ch. 13.13 for what we're doing here. The buffer code is based upon the "io/inbuf1.hpp" example in section 13.13.3.

Since:
0.34.3

The documentation for this class was generated from the following file:
Generated on Mon Sep 21 10:36:12 2009 for paludis by  doxygen 1.5.4