|
|
| RoadInfo (const RoadInfo &)=default |
| | Default copy constructor.
|
|
| RoadInfo (RoadInfo &&)=default |
| | Default move constructor noexcept is deduced.
|
| RoadInfo & | operator= (const RoadInfo &info)=default |
| | Default copy assignment.
|
| RoadInfo & | operator= (RoadInfo &&info)=default |
| | Default move assignment noexcept is deduced.
|
| bool | operator== (const RoadInfo &info) const |
| | Comparison operators.
|
| ERoadShieldType | getShieldType () const noexcept |
| | Get the shield type.
|
| const StringRef | getRoadName () const noexcept |
| | Get the road name.
|
RoadInfo object.
Implements share-read / copy-on-write Api object over IRoadInfo.