mongo::FileInterface Class Reference

#include <file.h>

Inheritance diagram for mongo::FileInterface:
Inheritance graph
[legend]

List of all members.

Public Member Functions

bool bad ()
void fsync ()
bool is_open ()
fileofs len ()
void open (const char *fn)
void read (fileofs o, char *data, unsigned len)
void write (fileofs o, const char *data, unsigned len)

Detailed Description

Definition at line 39 of file file.h.


Member Function Documentation

bool mongo::FileInterface::bad (  )  [inline]

Reimplemented in mongo::File.

Definition at line 44 of file file.h.

void mongo::FileInterface::fsync (  )  [inline]

Reimplemented in mongo::File.

Definition at line 47 of file file.h.

bool mongo::FileInterface::is_open (  )  [inline]

Reimplemented in mongo::File.

Definition at line 45 of file file.h.

fileofs mongo::FileInterface::len (  )  [inline]

Reimplemented in mongo::File.

Definition at line 46 of file file.h.

void mongo::FileInterface::open ( const char *  fn  )  [inline]

Definition at line 41 of file file.h.

void mongo::FileInterface::read ( fileofs  o,
char *  data,
unsigned  len 
) [inline]

Reimplemented in mongo::File.

Definition at line 43 of file file.h.

void mongo::FileInterface::write ( fileofs  o,
const char *  data,
unsigned  len 
) [inline]

Reimplemented in mongo::File.

Definition at line 42 of file file.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


mongodb
Author(s): Nate Koenig
autogenerated on Fri Jan 11 12:15:55 2013