| jaulib v1.4.0-2-g788cf73
    Jau Support Library (C++, Java, ..) | 
| Enumerations | |
| enum class | test_type4_t : uint8_t { none = 0 , one = 1 << 0 , two = 1 << 1 , three = 1 << 2 } | 
| enum class | test_type5_t : uint8_t { none = 0 , one = 10 , two = 20 , three = 30 } | 
| Functions | |
| JAU_MAKE_BITFIELD_ENUM_STRING (test_type4_t, one, two, three) | |
| JAU_MAKE_ENUM_INFO (test_type4_t, one, two, three) | |
| JAU_MAKE_ENUM_INFO (test_type5_t, one, two, three) | |
| JAU_MAKE_ENUM_STRING (test_type5_t, one, two, three) | |
| 
 | strong | 
| Enumerator | |
|---|---|
| none | |
| one | |
| two | |
| three | |
Definition at line 145 of file test_enumutil.cpp.
| 
 | strong | 
| Enumerator | |
|---|---|
| none | |
| one | |
| two | |
| three | |
Definition at line 156 of file test_enumutil.cpp.
| test::local::JAU_MAKE_BITFIELD_ENUM_STRING | ( | test_type4_t | , | 
| one | , | ||
| two | , | ||
| three | ) | 
| test::local::JAU_MAKE_ENUM_INFO | ( | test_type4_t | , | 
| one | , | ||
| two | , | ||
| three | ) | 
| test::local::JAU_MAKE_ENUM_STRING | ( | test_type5_t | , | 
| one | , | ||
| two | , | ||
| three | ) | 
| test::local::JAU_MAKE_ENUM_INFO | ( | test_type5_t | , | 
| one | , | ||
| two | , | ||
| three | ) |