YetAnotherCoupler 3.5.2
|
Go to the source code of this file.
Macros | |
#define | YAC_MAX_LOC_STR_LEN 10 |
Enumerations | |
enum | yac_location { YAC_LOC_CELL = 0 , YAC_LOC_CORNER = 1 , YAC_LOC_EDGE = 2 , YAC_LOC_UNDEFINED = 3 } |
Functions | |
enum yac_location | yac_str2loc (char const *location) |
char const * | yac_loc2str (enum yac_location location) |
enum yac_location | yac_get_location (int const location) |
#define YAC_MAX_LOC_STR_LEN 10 |
Definition at line 10 of file location.h.
enum yac_location |
Enumerator | |
---|---|
YAC_LOC_CELL | |
YAC_LOC_CORNER | |
YAC_LOC_EDGE | |
YAC_LOC_UNDEFINED |
Definition at line 12 of file location.h.
enum yac_location yac_get_location | ( | int const | location | ) |
char const * yac_loc2str | ( | enum yac_location | location | ) |
Definition at line 32 of file location.c.
enum yac_location yac_str2loc | ( | char const * | location | ) |
Definition at line 21 of file location.c.