#include <index_catalog_entry.h>
◆ const_iterator
◆ iterator
◆ add()
◆ begin() [1/2]
◆ begin() [2/2]
iterator mongo::IndexCatalogEntryContainer::begin |
( |
| ) |
|
|
inline |
◆ end() [1/2]
◆ end() [2/2]
iterator mongo::IndexCatalogEntryContainer::end |
( |
| ) |
|
|
inline |
◆ find() [1/3]
const IndexCatalogEntry * mongo::IndexCatalogEntryContainer::find |
( |
const IndexDescriptor * |
desc | ) |
const |
◆ find() [2/3]
IndexCatalogEntry * mongo::IndexCatalogEntryContainer::find |
( |
const IndexDescriptor * |
desc | ) |
|
◆ find() [3/3]
IndexCatalogEntry * mongo::IndexCatalogEntryContainer::find |
( |
const std::string & |
name | ) |
|
◆ release()
IndexCatalogEntry * mongo::IndexCatalogEntryContainer::release |
( |
const IndexDescriptor * |
desc | ) |
|
Removes from _entries and returns the matching entry or NULL if none matches.
◆ remove()
bool mongo::IndexCatalogEntryContainer::remove |
( |
const IndexDescriptor * |
desc | ) |
|
|
inline |
◆ size()
unsigned mongo::IndexCatalogEntryContainer::size |
( |
| ) |
const |
|
inline |
◆ _entries
std::vector<std::unique_ptr<IndexCatalogEntry> > mongo::IndexCatalogEntryContainer::_entries |
|
private |
The documentation for this class was generated from the following files: