MongoType
MongoDB Collection Data Dump with BSON Types
|
#include <IBSONRenderer.hpp>
Definition at line 16 of file IBSONRenderer.hpp.
Public Member Functions | |
virtual | ~IBSONRenderer () |
virtual void | setOutputStream (std::ostream &os)=0 |
virtual void | begin (const char *prefix)=0 |
virtual void | end (const char *suffix)=0 |
virtual void | render (const BSONObj &object, int docIndex, int docCount)=0 |
|
inlinevirtual |
Definition at line 18 of file IBSONRenderer.hpp.
|
pure virtual |
Implemented in mongotype::JSONDump, mongotype::BSONObjectTypeDump, and mongotype::BSONDotNotationDump.
Referenced by mongotype::dumpCollection().
|
pure virtual |
Implemented in mongotype::JSONDump, mongotype::BSONObjectTypeDump, and mongotype::BSONDotNotationDump.
Referenced by mongotype::dumpCollection().
|
pure virtual |
Implemented in mongotype::JSONDump, mongotype::BSONObjectTypeDump, and mongotype::BSONDotNotationDump.
Referenced by mongotype::dumpCollection().
|
pure virtual |
Implemented in mongotype::JSONDump, mongotype::BSONObjectTypeDump, and mongotype::BSONDotNotationDump.
Referenced by mongotype::dumpCollection().