|
| enum | {
None = 0,
Front = 1,
Middle = 1 << 1,
Right = 1 << 2,
Left = 1 << 3,
Rear = 1 << 4,
Center = 1 << 5,
LeftSide = 1 << 6,
RightSide = 1 << 7,
FrontSide = 1 << 8,
BackSide = 1 << 9
} |
| |
|
typedef int | Type |
| |
|
typedef std::vector< Zone::Type > | ZoneList |
| |
|
|
static const Zone::Type | FrontRight |
| |
|
static const Zone::Type | FrontLeft |
| |
|
static const Zone::Type | MiddleRight |
| |
|
static const Zone::Type | MiddleLeft |
| |
|
static const Zone::Type | RearRight |
| |
|
static const Zone::Type | RearLeft |
| |
The documentation for this class was generated from the following file: