| 
    MRPT
    2.0.4
    
   | 
 
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.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |