ad_map_access
Public Types | Public Member Functions | Public Attributes | List of all members
ad::map::lane::ENUBorder Struct Reference

DataType ENUBorder. More...

#include <ad/map/lane/ENUBorder.hpp>

Collaboration diagram for ad::map::lane::ENUBorder:
Collaboration graph
[legend]

Public Types

typedef std::shared_ptr< ENUBorderPtr
 Smart pointer on ENUBorder.
 
typedef std::shared_ptr< ENUBorder const > ConstPtr
 Smart pointer on constant ENUBorder.
 

Public Member Functions

 ENUBorder ()=default
 standard constructor
 
 ~ENUBorder ()=default
 standard destructor
 
 ENUBorder (const ENUBorder &other)=default
 standard copy constructor
 
 ENUBorder (ENUBorder &&other)=default
 standard move constructor
 
ENUBorderoperator= (const ENUBorder &other)=default
 standard assignment operator More...
 
ENUBorderoperator= (ENUBorder &&other)=default
 standard move operator More...
 
bool operator== (const ENUBorder &other) const
 standard comparison operator More...
 
bool operator!= (const ENUBorder &other) const
 standard comparison operator More...
 

Public Attributes

::ad::map::point::ENUEdge left
 
::ad::map::point::ENUEdge right
 

Detailed Description

DataType ENUBorder.

Border in local ENU(east, north, up) coordinate system

Member Function Documentation

◆ operator!=()

bool ad::map::lane::ENUBorder::operator!= ( const ENUBorder other) const
inline

standard comparison operator

Parameters
[in]otherOther ENUBorder.
Returns
true if both ENUBorder are different

◆ operator=() [1/2]

ENUBorder& ad::map::lane::ENUBorder::operator= ( const ENUBorder other)
default

standard assignment operator

Parameters
[in]otherOther ENUBorder
Returns
Reference to this ENUBorder.

◆ operator=() [2/2]

ENUBorder& ad::map::lane::ENUBorder::operator= ( ENUBorder &&  other)
default

standard move operator

Parameters
[in]otherOther ENUBorder
Returns
Reference to this ENUBorder.

◆ operator==()

bool ad::map::lane::ENUBorder::operator== ( const ENUBorder other) const
inline

standard comparison operator

Parameters
[in]otherOther ENUBorder
Returns
true if both ENUBorder are equal

Member Data Documentation

◆ left

::ad::map::point::ENUEdge ad::map::lane::ENUBorder::left

Left edge of border

◆ right

::ad::map::point::ENUEdge ad::map::lane::ENUBorder::right

Right edge of border


The documentation for this struct was generated from the following file: