FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_gflex.h File Reference
#include <stdio.h>
Include dependency graph for hecmw_gflex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  { HECMW_GFLEX_NL = 1000, HECMW_GFLEX_INT, HECMW_GFLEX_DOUBLE, HECMW_GFLEX_NAME }
 

Functions

int HECMW_gflex_get_lineno (void)
 
double HECMW_gflex_get_number (void)
 
char * HECMW_gflex_get_text (void)
 
int HECMW_gflex_next_token (void)
 
int HECMW_gflex_next_token_skip (int skip_token)
 
int HECMW_gflex_set_input (FILE *fp)
 
int HECMW_gflex_skip_line (void)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
HECMW_GFLEX_NL 
HECMW_GFLEX_INT 
HECMW_GFLEX_DOUBLE 
HECMW_GFLEX_NAME 

Definition at line 11 of file hecmw_gflex.h.

Function Documentation

◆ HECMW_gflex_get_lineno()

int HECMW_gflex_get_lineno ( void  )

◆ HECMW_gflex_get_number()

double HECMW_gflex_get_number ( void  )

◆ HECMW_gflex_get_text()

char* HECMW_gflex_get_text ( void  )

◆ HECMW_gflex_next_token()

int HECMW_gflex_next_token ( void  )

◆ HECMW_gflex_next_token_skip()

int HECMW_gflex_next_token_skip ( int  skip_token)

◆ HECMW_gflex_set_input()

int HECMW_gflex_set_input ( FILE *  fp)

◆ HECMW_gflex_skip_line()

int HECMW_gflex_skip_line ( void  )