|
SHOGUN
v2.0.0
|
Go to the source code of this file.
Macros | |
| #define | OCAS_PLUS_INF CMath::INFTY |
| #define | OCAS_CALLOC(...) calloc(__VA_ARGS__) |
| #define | OCAS_FREE(...) SG_FREE(__VA_ARGS__) |
| #define | INDEX2(ROW, COL, NUM_ROWS) ((COL)*(NUM_ROWS)+(ROW)) |
| #define INDEX2 | ( | ROW, | |
| COL, | |||
| NUM_ROWS | |||
| ) | ((COL)*(NUM_ROWS)+(ROW)) |
Definition at line 10 of file libocas_common.h.
| #define OCAS_CALLOC | ( | ... | ) | calloc(__VA_ARGS__) |
Definition at line 7 of file libocas_common.h.
| #define OCAS_FREE | ( | ... | ) | SG_FREE(__VA_ARGS__) |
Definition at line 8 of file libocas_common.h.
| #define OCAS_PLUS_INF CMath::INFTY |
Definition at line 6 of file libocas_common.h.