#include <stdarg.h>
#include <vector>
#include "CHECDB.h"
#include "CHECDB_Visual.h"
#include "CHECData.h"
#include "hecd_util.h"
Go to the source code of this file.
|
#define | GENERATE_CODE(x, n, fg) |
|
#define | GENERATE_CODEA(x, n, fg) |
|
#define | GENERATE_CODE(x, n, type, fmt) |
|
#define | GENERATE_CODE(x, n, fg) |
|
#define | GENERATE_CODEA(x, n, fg) |
|
#define | GENERATE_CODE(x, n, fg) |
|
#define | GENERATE_CODEA(x, n, fg) |
|
#define | GENERATE_CODE(x, n, type, fmt) |
|
◆ GENERATE_CODE [1/5]
#define GENERATE_CODE |
( |
|
x, |
|
|
|
n, |
|
|
|
fg |
|
) |
| |
Value: else if (strcmp(#x, header) == 0) { \
int r = ReadVisValue(0, n, &x); \
fg = (r > 0); \
return fg; \
}
◆ GENERATE_CODE [2/5]
#define GENERATE_CODE |
( |
|
x, |
|
|
|
n, |
|
|
|
fg |
|
) |
| |
Value: else if (strcmp(#x, header) == 0) { \
int r = ReadVisValue(0, n, &x); \
fg = (r > 0); \
return fg; \
}
◆ GENERATE_CODE [3/5]
#define GENERATE_CODE |
( |
|
x, |
|
|
|
n, |
|
|
|
fg |
|
) |
| |
Value: else if (strcmp(#x, header) == 0) { \
int r = ReadVisValue(0, n, &x); \
fg = (r > 0); \
return fg; \
}
◆ GENERATE_CODE [4/5]
#define GENERATE_CODE |
( |
|
x, |
|
|
|
n, |
|
|
|
type, |
|
|
|
fmt |
|
) |
| |
Value: else if (strcmp(#x, header) == 0) { \
delete[] x; \
x = 0; \
x = ReadVisPArry<type>(0, n, fmt); \
return x != 0; \
}
◆ GENERATE_CODE [5/5]
#define GENERATE_CODE |
( |
|
x, |
|
|
|
n, |
|
|
|
type, |
|
|
|
fmt |
|
) |
| |
Value: else if (strcmp(#x, header) == 0) { \
delete[] x; \
x = 0; \
x = ReadVisPArry<type>(0, n, fmt); \
return x != 0; \
}
◆ GENERATE_CODEA [1/3]
#define GENERATE_CODEA |
( |
|
x, |
|
|
|
n, |
|
|
|
fg |
|
) |
| |
Value: else if (strcmp(#x, header) == 0) { \
int r = ReadVisValue(0, n, x); \
fg = (r > 0); \
return fg; \
}
◆ GENERATE_CODEA [2/3]
#define GENERATE_CODEA |
( |
|
x, |
|
|
|
n, |
|
|
|
fg |
|
) |
| |
Value: else if (strcmp(#x, header) == 0) { \
int r = ReadVisValue(0, n, x); \
fg = (r > 0); \
return fg; \
}
◆ GENERATE_CODEA [3/3]
#define GENERATE_CODEA |
( |
|
x, |
|
|
|
n, |
|
|
|
fg |
|
) |
| |
Value: else if (strcmp(#x, header) == 0) { \
int r = ReadVisValue(0, n, x); \
fg = (r > 0); \
return fg; \
}