librcsb-core-wrapper
1.000
Main Page
Namespaces
Classes
Files
File List
File Members
rcsb
DICParserInt.h
Go to the documentation of this file.
1
8
/*
9
PURPOSE: A DDL 2.1 compliant CIF file parser.
10
*/
11
12
#ifndef DIC_PARSER_INT_H
13
#define DIC_PARSER_INT_H
14
15
/*
16
#include <string>
17
18
*/
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
void
ProcessAssignmentsFromDICParser
();
24
void
ProcessOneAssignmentFromDICParser
();
25
void
ProcessItemNameListLoopFromDICParser
();
26
void
ProcessItemNameListNameFromDICParser
();
27
void
ProcessValueListFromDICParser
();
28
void
ProcessItemNameFromDICParser
();
29
void
ProcessLoopFromDICParser
();
30
void
ProcessItemValueFromDICParser
();
31
void
ProcessLsItemValueFromDICParser
();
32
void
ProcessUnknownValueFromDICParser
();
33
void
ProcessMissingValueFromDICParser
();
34
void
ProcessSaveBeginFromDICParser
();
35
void
ProcessSaveEndFromDICParser
();
36
void
ProcessDataBlockNameFromDICParser
();
37
void
dicparser_error
(
const
char
*);
38
#ifdef __cplusplus
39
}
40
#endif
41
42
extern
char
*
Glob_tBufKeywordSaveDIC
;
43
extern
char
*
Glob_pBufValueDIC
;
44
extern
char
*
Glob_dataBlockNameDIC
;
45
46
#endif
/* DIC_PARSER_INT_H */
Generated on Thu May 30 2013 06:21:58 for librcsb-core-wrapper by
1.8.3.1