Storage Engine API
ephemeral_for_test_btree_impl.h
Go to the documentation of this file.
1
// ephemeral_for_test_btree_impl.h
2
32
#include "
mongo/db/storage/sorted_data_interface.h
"
33
34
#pragma once
35
36
namespace
mongo
{
37
38
class
IndexCatalogEntry;
39
44
SortedDataInterface*
getEphemeralForTestBtreeImpl
(
const
Ordering& ordering,
45
bool
isUnique,
46
std::shared_ptr<void>* dataInOut);
47
48
}
// namespace mongo
mongo
Copyright (C) 2014 MongoDB Inc.
Definition:
bson_collection_catalog_entry.cpp:38
sorted_data_interface.h
mongo::getEphemeralForTestBtreeImpl
SortedDataInterface * getEphemeralForTestBtreeImpl(const Ordering &ordering, bool isUnique, std::shared_ptr< void > *dataInOut)
Caller takes ownership.
Definition:
ephemeral_for_test_btree_impl.cpp:511
src
mongo
db
storage
ephemeral_for_test
ephemeral_for_test_btree_impl.h
Generated by
1.8.13