Class LaneletOrAreaPath
Defined in File LaneletPath.h
Class Documentation
-
class LaneletOrAreaPath
Similar to LaneletPath, but can also contain areas.
Public Types
-
using iterator = ConstLaneletOrAreas::iterator
-
using const_iterator = ConstLaneletOrAreas::const_iterator
Public Functions
-
inline explicit LaneletOrAreaPath(ConstLaneletOrAreas lltsOrArea = {})
-
inline const_iterator begin() const
-
inline const_iterator end() const
-
inline size_t size() const
-
inline bool empty() const
-
inline const ConstLaneletOrArea &front() const
-
inline const ConstLaneletOrArea &back() const
-
inline const ConstLaneletOrArea &operator[](size_t idx) const
-
inline bool operator!=(const LaneletOrAreaPath &other) const
-
inline bool operator==(const LaneletOrAreaPath &other) const
-
using iterator = ConstLaneletOrAreas::iterator