ecl_kw_grdecl.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool ecl_kw_grdecl_fseek_kw (const char *, bool, FILE *)
 
ecl_kw_typeecl_kw_fscanf_alloc_grdecl_dynamic__ (FILE *stream, const char *kw, bool strict, ecl_data_type)
 
ecl_kw_typeecl_kw_fscanf_alloc_grdecl_dynamic (FILE *stream, const char *kw, ecl_data_type)
 
ecl_kw_typeecl_kw_fscanf_alloc_grdecl_data__ (FILE *stream, bool strict, int size, ecl_data_type data_type)
 
ecl_kw_typeecl_kw_fscanf_alloc_grdecl_data (FILE *stream, int size, ecl_data_type data_type)
 
ecl_kw_typeecl_kw_fscanf_alloc_grdecl__ (FILE *stream, const char *kw, bool strict, int size, ecl_data_type data_type)
 
ecl_kw_typeecl_kw_fscanf_alloc_grdecl (FILE *stream, const char *kw, int size, ecl_data_type data_type)
 
ecl_kw_typeecl_kw_fscanf_alloc_current_grdecl__ (FILE *stream, bool strict, ecl_data_type data_type)
 
ecl_kw_typeecl_kw_fscanf_alloc_current_grdecl (FILE *stream, ecl_data_type data_type)
 
bool ecl_kw_grdecl_fseek_next_kw (FILE *stream)
 
char * ecl_kw_grdecl_alloc_next_header (FILE *stream)
 
void ecl_kw_fprintf_grdecl (const ecl_kw_type *ecl_kw, FILE *stream)
 
void ecl_kw_fprintf_grdecl__ (const ecl_kw_type *ecl_kw, const char *special_header, FILE *stream)
 

Function Documentation

◆ ecl_kw_fprintf_grdecl()

void ecl_kw_fprintf_grdecl ( const ecl_kw_type ecl_kw,
FILE *  stream 
)

◆ ecl_kw_fprintf_grdecl__()

void ecl_kw_fprintf_grdecl__ ( const ecl_kw_type ecl_kw,
const char *  special_header,
FILE *  stream 
)

◆ ecl_kw_fscanf_alloc_current_grdecl()

ecl_kw_type * ecl_kw_fscanf_alloc_current_grdecl ( FILE *  stream,
ecl_data_type  data_type 
)

◆ ecl_kw_fscanf_alloc_current_grdecl__()

ecl_kw_type * ecl_kw_fscanf_alloc_current_grdecl__ ( FILE *  stream,
bool  strict,
ecl_data_type  data_type 
)

◆ ecl_kw_fscanf_alloc_grdecl()

ecl_kw_type * ecl_kw_fscanf_alloc_grdecl ( FILE *  stream,
const char *  kw,
int  size,
ecl_data_type  data_type 
)

◆ ecl_kw_fscanf_alloc_grdecl__()

ecl_kw_type * ecl_kw_fscanf_alloc_grdecl__ ( FILE *  stream,
const char *  kw,
bool  strict,
int  size,
ecl_data_type  data_type 
)

◆ ecl_kw_fscanf_alloc_grdecl_data()

ecl_kw_type * ecl_kw_fscanf_alloc_grdecl_data ( FILE *  stream,
int  size,
ecl_data_type  data_type 
)

◆ ecl_kw_fscanf_alloc_grdecl_data__()

ecl_kw_type * ecl_kw_fscanf_alloc_grdecl_data__ ( FILE *  stream,
bool  strict,
int  size,
ecl_data_type  data_type 
)

◆ ecl_kw_fscanf_alloc_grdecl_dynamic()

ecl_kw_type * ecl_kw_fscanf_alloc_grdecl_dynamic ( FILE *  stream,
const char *  kw,
ecl_data_type   
)

◆ ecl_kw_fscanf_alloc_grdecl_dynamic__()

ecl_kw_type * ecl_kw_fscanf_alloc_grdecl_dynamic__ ( FILE *  stream,
const char *  kw,
bool  strict,
ecl_data_type   
)

◆ ecl_kw_grdecl_alloc_next_header()

char * ecl_kw_grdecl_alloc_next_header ( FILE *  stream)

◆ ecl_kw_grdecl_fseek_kw()

bool ecl_kw_grdecl_fseek_kw ( const char *  ,
bool  ,
FILE *   
)

◆ ecl_kw_grdecl_fseek_next_kw()

bool ecl_kw_grdecl_fseek_next_kw ( FILE *  stream)