ad_map_access
SerializeGeneratedLaneTypes.hpp
Go to the documentation of this file.
1 // ----------------- BEGIN LICENSE BLOCK ---------------------------------
2 //
3 // Copyright (C) 2018-2021 Intel Corporation
4 //
5 // SPDX-License-Identifier: MIT
6 //
7 // ----------------- END LICENSE BLOCK -----------------------------------
12 #pragma once
13 
14 #include "ad/map/lane/Types.hpp"
18 
20 namespace ad {
22 namespace map {
24 namespace serialize {
25 
29 bool doSerialize(ISerializer &serializer, lane::Lane &lane);
30 
34 bool doSerialize(ISerializer &serializer, lane::ContactLane &contactLane);
35 
36 } // namespace serialize
37 } // namespace map
38 } // namespace ad
ad
namespace ad
Definition: GeometryStoreItem.hpp:28
ISerializer.hpp
Types.hpp
SerializeGeneratedBasicTypes.hpp
SerializeGeneratedRestrictionTypes.hpp