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

Go to the source code of this file.

Macros

#define GENERATE_CODE(x)
 
#define GENERATE_CODE(x)
 

Functions

CHECDataBlockCreateHECDataBlock (const char *header_name)
 
bool IsHECDataBlockName (const char *name)
 

Macro Definition Documentation

◆ GENERATE_CODE [1/2]

#define GENERATE_CODE (   x)
Value:
else if (strcmp(#x, name) == 0) { \
return new CHECDB_##x(); \
}

◆ GENERATE_CODE [2/2]

#define GENERATE_CODE (   x)
Value:
else if (strcmp(#x, name) == 0) { \
return true; \
}

Function Documentation

◆ CreateHECDataBlock()

CHECDataBlock* CreateHECDataBlock ( const char *  header_name)

Definition at line 16 of file HECDB_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsHECDataBlockName()

bool IsHECDataBlockName ( const char *  name)

Definition at line 57 of file HECDB_util.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: