mongo::LogFile Class Reference
#include <logfile.h>
List of all members.
Detailed Description
Definition at line 23 of file logfile.h.
Member Typedef Documentation
Constructor & Destructor Documentation
mongo::LogFile::LogFile |
( |
string |
name |
) |
|
create the file and open. must not already exist. throws UserAssertion on i/o error
mongo::LogFile::~LogFile |
( |
|
) |
|
Member Function Documentation
void mongo::LogFile::synchronousAppend |
( |
const void * |
buf, |
|
|
size_t |
len | |
|
) |
| | |
append to file. does not return until sync'd. uses direct i/o when possible. throws UserAssertion on an i/o error note direct i/o may have alignment requirements
Member Data Documentation
The documentation for this class was generated from the following file: