#include <mrpt/typemeta/TEnumType.h>
#include <gtest/gtest.h>
Go to the source code of this file.
|
enum | TestColors {
TestColors::Black = 0,
TestColors::Gray = 7,
TestColors::White = 15,
TestColors::Black = 0,
TestColors::Gray = 7,
TestColors::White = 15
} |
|
enum | Directions {
North,
East,
South,
West,
North,
East,
South,
West
} |
|
◆ Directions
◆ TestColors
◆ MRPT_FILL_ENUM() [1/4]
◆ MRPT_FILL_ENUM() [2/4]
◆ MRPT_FILL_ENUM() [3/4]
◆ MRPT_FILL_ENUM() [4/4]
◆ MRPT_FILL_ENUM_MEMBER() [1/3]
◆ MRPT_FILL_ENUM_MEMBER() [2/3]
◆ MRPT_FILL_ENUM_MEMBER() [3/3]
◆ TEST() [1/2]
TEST |
( |
TEnumType |
, |
|
|
str2value |
|
|
) |
| |
◆ TEST() [2/2]
TEST |
( |
TEnumType |
, |
|
|
value2str |
|
|
) |
| |