FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
CHECData.cpp File Reference
#include <stdarg.h>
#include <assert.h>
#include "CHECData.h"
#include "hecd_util.h"
Include dependency graph for CHECData.cpp:

Go to the source code of this file.

Macros

#define is_separator(x)   (x == ',' || x == ' ' || x == '\t' || x == '\r' || x == '\n')
 
#define is_separator(x)   (x == ',' || x == ' ' || x == '\t' || x == '\r' || x == '\n')
 

Functions

template<class T >
hecdata_get (CHECData *hd, int data_type, const char *name)
 

Macro Definition Documentation

◆ 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')

Function Documentation

◆ hecdata_get()

template<class T >
T hecdata_get ( CHECData hd,
int  data_type,
const char *  name 
)

Definition at line 636 of file CHECData.cpp.