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

DataType Object. More...

#include <ad/map/match/Object.hpp>

Collaboration diagram for ad::map::match::Object:
Collaboration graph
[legend]

Public Types

typedef std::shared_ptr< ObjectPtr
 Smart pointer on Object.
 
typedef std::shared_ptr< Object const > ConstPtr
 Smart pointer on constant Object.
 

Public Member Functions

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

Public Attributes

::ad::map::match::ENUObjectPosition enuPosition
 
::ad::map::match::MapMatchedObjectBoundingBox mapMatchedBoundingBox
 

Detailed Description

DataType Object.

Member Function Documentation

◆ operator!=()

bool ad::map::match::Object::operator!= ( const Object other) const
inline

standard comparison operator

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

◆ operator=() [1/2]

Object& ad::map::match::Object::operator= ( const Object other)
default

standard assignment operator

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

◆ operator=() [2/2]

Object& ad::map::match::Object::operator= ( Object &&  other)
default

standard move operator

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

◆ operator==()

bool ad::map::match::Object::operator== ( const Object other) const
inline

standard comparison operator

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

Member Data Documentation

◆ enuPosition

::ad::map::match::ENUObjectPosition ad::map::match::Object::enuPosition

Position of the object


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