rename to vector_view, replace some missing ShM occurences

This commit is contained in:
Pepijn Schoen
2017-04-02 21:24:11 +02:00
committed by Patrick Niklaus
parent 703588b684
commit 87874006c7
4 changed files with 84 additions and 113 deletions
+3 -4
View File
@@ -55,10 +55,9 @@ namespace storage
{
using RTreeLeaf = engine::datafacade::BaseDataFacade::RTreeLeaf;
using RTreeNode = util::StaticRTree<
RTreeLeaf,
util::ShM<util::Coordinate, osrm::storage::MemorySetting::SharedMemory>::vector,
osrm::storage::MemorySetting::SharedMemory>::TreeNode;
using RTreeNode = util::StaticRTree<RTreeLeaf,
util::vector_view<util::Coordinate>,
osrm::storage::MemorySetting::SharedMemory>::TreeNode;
using QueryGraph = util::StaticGraph<contractor::QueryEdge::EdgeData>;
using EdgeBasedGraph = util::StaticGraph<extractor::EdgeBasedEdge::EdgeData>;