|
Namespaces | |
common_place | |
location | |
Classes | |
struct | AffordanceId |
class | AffordanceLoader |
struct | CommonPlace |
class | CommonPlaceLoader |
struct | FramedBoxedLocation |
struct | FramedLocation |
struct | Location |
struct | LocationAffordance |
struct | LocationId |
class | LocationLoader |
struct | StaticAffordance |
Typedefs | |
using | FramedBoxedLocationPtr = std::unique_ptr< FramedBoxedLocation > |
using | FramedLocationPtr = std::unique_ptr< FramedLocation > |
using | LocationPtr = std::unique_ptr< Location > |
Enumerations | |
enum | LocationType { FRAMED_LOCATION, FRAMED_BOXED_LOCATION } |
using FramedBoxedLocationPtr = std::unique_ptr<FramedBoxedLocation> |
Definition at line 89 of file Location.h.
using FramedLocationPtr = std::unique_ptr<FramedLocation> |
Definition at line 90 of file Location.h.
using LocationPtr = std::unique_ptr<Location> |
Definition at line 91 of file Location.h.
|
strong |
Enumerator | |
---|---|
FRAMED_LOCATION | |
FRAMED_BOXED_LOCATION |
Definition at line 14 of file Location.h.