MongoType
MongoDB Collection Data Dump with BSON Types
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mongotype.cpp File Reference

MongoType Main Implementation File. More...

#include <mongotype.hpp>
#include <Parameters.hpp>
#include <BSONTypeMap.hpp>
#include <BSONObjectTypeDump.hpp>
#include <BSONDotNotationDump.hpp>
#include <JSONDump.hpp>
Include dependency graph for mongotype.cpp:

Go to the source code of this file.

Namespaces

namespace  mongotype
 

Functions

const string mongotype::VERSION ("2.4.1")
 
const string mongotype::COPYRIGHT ("Copyright (c) 2013 by Mark Deazley")
 
const string mongotype::LICENSE ("Free Software Foundation’s GNU AGPL v3.0.\n""This program is free software: you can redistribute it and/or modify\n""it under the terms of the GNU Affero General Public License as\n""published by the Free Software Foundation, either version 3 of the\n""License, or (at your option) any later version.\n""\n""This program is distributed in the hope that it will be useful,\n""but WITHOUT ANY WARRANTY; without even the implied warranty of\n""MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n""GNU Affero General Public License for more details.\n""\n""You should have received a copy of the GNU Affero General Public License\n""along with this program. If not, see http://www.gnu.org/licenses/ .\n")
 
void mongotype::dumpCollection (Parameters &params)
 
int main (int argc, char *argv[])
 

Detailed Description

MongoType Main Implementation File.

Definition in file mongotype.cpp.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 201 of file mongotype.cpp.

References mongotype::dumpCollection(), and mongotype::Parameters::parse().

Here is the call graph for this function: