MRPT
2.0.1
|
Go to the source code of this file.
Enumerations | |
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 } |
Functions | |
MRPT_FILL_ENUM_MEMBER (TestColors, Black) | |
MRPT_FILL_ENUM_MEMBER (TestColors, Gray) | |
MRPT_FILL_ENUM_MEMBER (TestColors, White) | |
MRPT_FILL_ENUM (North) | |
MRPT_FILL_ENUM (East) | |
MRPT_FILL_ENUM (South) | |
MRPT_FILL_ENUM (West) | |
TEST (TEnumType, str2value) | |
TEST (TEnumType, value2str) | |
enum Directions |
Enumerator | |
---|---|
North | |
East | |
South | |
West | |
North | |
East | |
South | |
West |
Definition at line 28 of file enumtype_unittest.cpp.
|
strong |
Enumerator | |
---|---|
Black | |
Gray | |
White | |
Black | |
Gray | |
White |
Definition at line 14 of file enumtype_unittest.cpp.
MRPT_FILL_ENUM | ( | North | ) |
MRPT_FILL_ENUM | ( | East | ) |
MRPT_FILL_ENUM | ( | South | ) |
MRPT_FILL_ENUM | ( | West | ) |
MRPT_FILL_ENUM_MEMBER | ( | TestColors | , |
Black | |||
) |
MRPT_FILL_ENUM_MEMBER | ( | TestColors | , |
Gray | |||
) |
MRPT_FILL_ENUM_MEMBER | ( | TestColors | , |
White | |||
) |
TEST | ( | TEnumType | , |
str2value | |||
) |
Definition at line 43 of file enumtype_unittest.cpp.
References Black, East, EXPECT_EQ(), Gray, and White.
TEST | ( | TEnumType | , |
value2str | |||
) |
Definition at line 56 of file enumtype_unittest.cpp.
References Black, East, EXPECT_EQ(), Gray, and White.
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |