|
Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
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 146 of file test_enumutil.cpp.
|
strong |
| Enumerator | |
|---|---|
| none | |
| one | |
| two | |
| three | |
Definition at line 157 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 | ) |