librcsb-core-wrapper
1.000
Main Page
Namespaces
Classes
Files
File List
File Members
rcsb
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
18
extern
"C"
{
19
#endif
20
void
ProcessAssignmentsFromParser
();
21
int
ProcessItemValuePairFromParser
();
22
int
ProcessLoopDeclarationFromParser
();
23
void
ProcessLoopFromParser
();
24
int
ProcessItemNameListFromParser
();
25
int
ProcessValueListFromParser
();
26
void
ProcessItemNameFromParser
();
27
void
ProcessItemValueFromParser
();
28
void
ProcessLsItemValueFromParser
();
29
void
ProcessUnknownValueFromParser
();
30
void
ProcessMissingValueFromParser
();
31
void
ProcessDataBlockNameFromParser
();
32
void
cifparser_error
(
const
char
*);
33
#ifdef __cplusplus
34
}
35
#endif
36
extern
char
*
Glob_tBufKeyword
;
37
extern
char
*
Glob_pBufValue
;
38
extern
char
*
Glob_dataBlockName
;
39
40
#endif
/* CIF_PARSER_BASE_H */
Generated on Thu May 30 2013 06:21:58 for librcsb-core-wrapper by
1.8.3.1