mongo::GridFS Member List
This is the complete list of members for
mongo::GridFS, including all inherited members.
| _chunkSize | mongo::GridFS | [private] |
| _chunksNS | mongo::GridFS | [private] |
| _client | mongo::GridFS | [private] |
| _dbName | mongo::GridFS | [private] |
| _filesNS | mongo::GridFS | [private] |
| _prefix | mongo::GridFS | [private] |
| findFile(BSONObj query) | mongo::GridFS | |
| findFile(const string &fileName) | mongo::GridFS | |
| GridFile class | mongo::GridFS | [friend] |
| GridFS(DBClientBase &client, const string &dbName, const string &prefix="fs") | mongo::GridFS | |
| insertFile(const string &name, const OID &id, gridfs_offset length, const string &contentType) | mongo::GridFS | [private] |
| list() | mongo::GridFS | |
| list(BSONObj query) | mongo::GridFS | |
| removeFile(const string &fileName) | mongo::GridFS | |
| setChunkSize(unsigned int size) | mongo::GridFS | |
| storeFile(const string &fileName, const string &remoteName="", const string &contentType="") | mongo::GridFS | |
| storeFile(const char *data, size_t length, const string &remoteName, const string &contentType="") | mongo::GridFS | |
| ~GridFS() | mongo::GridFS | |