librcsb-core-wrapper 1.005
CifParserInt.h
Go to the documentation of this file.
1
8/*
9 PURPOSE: A DDL 2.1 compliant CIF file parser.
10*/
11
12#ifndef CIF_PARSER_INT_H
13#define CIF_PARSER_INT_H
14
15#define STOP_PARSING 2
16
17#ifdef __cplusplus
18extern "C" {
19#endif
32void cifparser_error(const char*);
33#ifdef __cplusplus
34}
35#endif
36extern char* Glob_tBufKeyword;
37extern char* Glob_pBufValue;
38extern char* Glob_dataBlockName;
39
40#endif /* CIF_PARSER_BASE_H */
int ProcessLoopDeclarationFromParser()
int ProcessValueListFromParser()
int ProcessItemValuePairFromParser()
char * Glob_pBufValue
void ProcessLsItemValueFromParser()
void ProcessItemValueFromParser()
void ProcessItemNameFromParser()
void cifparser_error(const char *)
void ProcessDataBlockNameFromParser()
char * Glob_dataBlockName
char * Glob_tBufKeyword
void ProcessLoopFromParser()
void ProcessMissingValueFromParser()
void ProcessUnknownValueFromParser()
int ProcessItemNameListFromParser()
void ProcessAssignmentsFromParser()