IDZEBRA
2.2.7
|
#include <marcomp.h>
Data Fields | |
int | offset |
int | crrval |
mc_token | crrtok |
mc_errcode | errcode |
int | len |
const char * | data |
mc_token mc_context::crrtok |
Definition at line 97 of file marcomp.h.
Referenced by mc_gettoken(), and mc_mk_context().
int mc_context::crrval |
Definition at line 96 of file marcomp.h.
Referenced by mc_gettoken(), and mc_getval().
const char* mc_context::data |
Definition at line 102 of file marcomp.h.
Referenced by mc_gettoken(), and mc_mk_context().
mc_errcode mc_context::errcode |
Definition at line 99 of file marcomp.h.
Referenced by mc_errno(), mc_getfield(), mc_getsubfields(), and mc_mk_context().
int mc_context::len |
Definition at line 101 of file marcomp.h.
Referenced by mc_gettoken(), and mc_mk_context().
int mc_context::offset |
Definition at line 94 of file marcomp.h.
Referenced by mc_gettoken(), and mc_ungettoken().