reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
89 : Blocks(std::move(O.Blocks)), NodeStorage(std::move(O.NodeStorage)), 89 : Blocks(std::move(O.Blocks)), NodeStorage(std::move(O.NodeStorage)), 90 Roots(std::move(O.Roots)), PathIDMap(std::move(O.PathIDMap)), 90 Roots(std::move(O.Roots)), PathIDMap(std::move(O.PathIDMap)), 91 NextID(O.NextID) {}