#include <stdarg.h>
#include <assert.h>
#include "CHECData.h"
#include "hecd_util.h"
Go to the source code of this file.
|
#define | is_separator(x) (x == ',' || x == ' ' || x == '\t' || x == '\r' || x == '\n') |
|
#define | is_separator(x) (x == ',' || x == ' ' || x == '\t' || x == '\r' || x == '\n') |
|
◆ is_separator [1/2]
#define is_separator |
( |
|
x | ) |
(x == ',' || x == ' ' || x == '\t' || x == '\r' || x == '\n') |
◆ is_separator [2/2]
#define is_separator |
( |
|
x | ) |
(x == ',' || x == ' ' || x == '\t' || x == '\r' || x == '\n') |
◆ hecdata_get()
template<class T >
T hecdata_get |
( |
CHECData * |
hd, |
|
|
int |
data_type, |
|
|
const char * |
name |
|
) |
| |