Storage Engine API
ephemeral_for_test_btree_impl.h
Go to the documentation of this file.
1 // ephemeral_for_test_btree_impl.h
2 
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
Copyright (C) 2014 MongoDB Inc.
Definition: bson_collection_catalog_entry.cpp:38
SortedDataInterface * getEphemeralForTestBtreeImpl(const Ordering &ordering, bool isUnique, std::shared_ptr< void > *dataInOut)
Caller takes ownership.
Definition: ephemeral_for_test_btree_impl.cpp:511