|
libosmocore 1.10.0.47-38eb4
Osmocom core library
|
A mapping between human-readable string and numeric value. More...
#include <utils.h>
Data Fields | |
| uint32_t | value |
| numeric value | |
| const char * | str |
| human-readable string | |
A mapping between human-readable string and numeric value.
| const char* value_string::str |
human-readable string
Referenced by get_value_string_or_null().
| uint32_t value_string::value |
numeric value
Referenced by get_string_value().