|
SURFEX v8.1
General documentation of Surfex
|
#include "lfi_hndl.h"

Public Attributes | |
| lficb_t * | cb |
| lficb_verb_t * | cb_verb |
| void * | data |
| struct lfi_hndl_t * | next |
| void(* | destroy )(struct lfi_hndl_t *) |
| int(* | is_verb )(struct lfi_hndl_t *, integer64 *) |
| int(* | is_open )(struct lfi_hndl_t *, integer64 *) |
| int(* | is_fatl )(struct lfi_hndl_t *, integer64 *) |
Definition at line 17 of file lfi_hndl.h.
| lficb_t* lfi_hndl_t::cb |
Definition at line 19 of file lfi_hndl.h.
| lficb_verb_t* lfi_hndl_t::cb_verb |
Definition at line 20 of file lfi_hndl.h.
| void* lfi_hndl_t::data |
Definition at line 21 of file lfi_hndl.h.
| void(* lfi_hndl_t::destroy) (struct lfi_hndl_t *) |
Definition at line 23 of file lfi_hndl.h.
| int(* lfi_hndl_t::is_fatl) (struct lfi_hndl_t *, integer64 *) |
Definition at line 26 of file lfi_hndl.h.
| int(* lfi_hndl_t::is_open) (struct lfi_hndl_t *, integer64 *) |
Definition at line 25 of file lfi_hndl.h.
| int(* lfi_hndl_t::is_verb) (struct lfi_hndl_t *, integer64 *) |
Definition at line 24 of file lfi_hndl.h.
| struct lfi_hndl_t* lfi_hndl_t::next |
Definition at line 22 of file lfi_hndl.h.
1.8.13