#include <dbhelpers.h>
Public Member Functions | |
void | goingToDelete (const BSONObj &o) |
RemoveSaver (const string &type, const string &ns, const string &why) | |
~RemoveSaver () | |
Private Attributes | |
path | _file |
ofstream * | _out |
path | _root |
user for saving deletd bson objects to a flat file
Definition at line 144 of file dbhelpers.h.
mongo::RemoveSaver::RemoveSaver | ( | const string & | type, | |
const string & | ns, | |||
const string & | why | |||
) |
mongo::RemoveSaver::~RemoveSaver | ( | ) |
void mongo::RemoveSaver::goingToDelete | ( | const BSONObj & | o | ) | [virtual] |
Implements mongo::Helpers::RemoveCallback.
path mongo::RemoveSaver::_file [private] |
Definition at line 153 of file dbhelpers.h.
ofstream* mongo::RemoveSaver::_out [private] |
Definition at line 154 of file dbhelpers.h.
path mongo::RemoveSaver::_root [private] |
Definition at line 152 of file dbhelpers.h.