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