|
#include <RobotAPI/libraries/PriorKnowledge/util/LocationLoader/datatypes/Location.h>
Public Member Functions | |
Location (const LocationId &i, const LocationType t, const std::optional< Names > &names=std::nullopt) | |
virtual | ~Location ()=default |
Public Attributes | |
LocationId | id |
std::optional< Names > | names |
LocationType | type |
Definition at line 32 of file Location.h.
|
inline |
Definition at line 38 of file Location.h.
|
virtualdefault |
LocationId id |
Definition at line 34 of file Location.h.
std::optional<Names> names |
Definition at line 36 of file Location.h.
LocationType type |
Definition at line 35 of file Location.h.