|
YAC 3.15.0
Yet Another Coupler
|
#include <utils_common.h>

Data Fields | |
| const char * | name |
| String name (e.g., "true") | |
| int | type |
| Integer type value (e.g., 1) | |
Pair of string name and integer type, for mapping between names and type values.
Example usage:
Definition at line 65 of file utils_common.h.
| const char* yac_name_type_pair::name |
String name (e.g., "true")
Definition at line 66 of file utils_common.h.
| int yac_name_type_pair::type |
Integer type value (e.g., 1)
Definition at line 67 of file utils_common.h.