Browse Source

Refs #3358. Removed MatchDocument, as it is unnecessary.

Spencer Rathbun 12 years ago
parent
commit
f32e410df0

+ 0 - 96
lib/pipeline/matcher/BSONMatchableDocument.js

@@ -1,96 +0,0 @@
-"use strict"
-
-
-
-// Autogenerated by cport.py on 2013-09-17 14:37
-var BSONMatchableDocument = module.exports = function (){
-
-}, klass = BSONMatchableDocument, base =  Object  , proto = klass.prototype = Object.create(base.prototype, {constructor:{value:klass}});
-
-
-// File: matchable.h lines: 49-49
-//         BSONObj _obj;
-
-proto._obj = undefined;
-
-
-// File: matchable.h lines: 49-49
-//         BSONObj _obj;
-
-proto._obj = undefined;
-
-
-
-
-
-/**
- * 
- * This documentation was automatically generated. Please update when you touch this function.
- * @method BSONMatchableDocument
- * @param
- *
- */
-proto.BSONMatchableDocument = function BSONMatchableDocument( /*  const BSONObj& obj  */ ){
-
-// File: matchable.cpp lines: 28-29
-//     BSONMatchableDocument::BSONMatchableDocument( const BSONObj& obj )
-//         : _obj( obj ) {
-//     }
-
-
-
-}
-
-
-/**
- * 
- * This documentation was automatically generated. Please update when you touch this function.
- * @method getIterator
- * @param
- *
- */
-proto.getIterator = function getIterator( /*  const ElementPath& path  */ ){
-// File: matchable.h lines: 44-45
-//         virtual ElementIterator* getIterator( const ElementPath& path ) const {
-//             return new BSONElementIterator( path, _obj );
-//         }
-
-
-
-
-}
-
-
-/**
- * 
- * This documentation was automatically generated. Please update when you touch this function.
- * @method toBSON
- * @param
- *
- */
-proto.toBSON = function toBSON( /*  */ ){
-// File: matchable.h lines: 42-41
-//         virtual BSONObj toBSON() const { return _obj; }
-
-
-
-
-}
-
-
-/**
- * 
- * This documentation was automatically generated. Please update when you touch this function.
- * @method ~BSONMatchableDocument
- * @param
- *
- */
-proto.~BSONMatchableDocument = function ~BSONMatchableDocument( /*  */ ){
-
-// File: matchable.cpp lines: 32-32
-//     BSONMatchableDocument::~BSONMatchableDocument() {
-//     }
-
-
-
-}

+ 0 - 29
lib/pipeline/matcher/MatchableDocument.js

@@ -1,29 +0,0 @@
-"use strict"
-
-
-
-// Autogenerated by cport.py on 2013-09-17 14:37
-var MatchableDocument = module.exports = function (){
-
-}, klass = MatchableDocument, base =  Object  , proto = klass.prototype = Object.create(base.prototype, {constructor:{value:klass}});
-
-
-
-
-
-/**
- * 
- * This documentation was automatically generated. Please update when you touch this function.
- * @method ~MatchableDocument
- * @param
- *
- */
-proto.~MatchableDocument = function ~MatchableDocument( /*  */ ){
-
-// File: matchable.cpp lines: 25-25
-//     MatchableDocument::~MatchableDocument(){
-//     }
-
-
-
-}