librcsb-core-wrapper
1.000
Main Page
Namespaces
Classes
Files
File List
File Members
rcsb
DICScannerInt.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_SCANNER_INT_H
13
#define DIC_SCANNER_INT_H
14
15
#define YY_NO_UNPUT
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
21
int
ProcessNoneFromDICScanner
();
22
void
ProcessWhiteSpaceFromDICScanner
();
23
int
ProcessDataFromDICScanner
();
24
int
ProcessItemSaveBeginFromDICScanner
();
25
int
ProcessCategorySaveBeginFromDICScanner
();
26
int
ProcessSaveEndFromDICScanner
();
27
int
ProcessLoopFromDICScanner
();
28
void
ProcessStopFromDICScanner
();
29
int
ProcessDotFromDICScanner
();
30
int
ProcessQuestionFromDICScanner
();
31
void
ProcessCommentFromDICScanner
();
32
int
ProcessItemNameFromDICScanner
();
33
int
ProcessUnquotedStringFromDICScanner
();
34
int
ProcessSQuotedStringFromDICScanner
();
35
int
ProcessDQuotedStringFromDICScanner
();
36
int
ProcessEofFromDICScanner
();
37
#ifdef __cplusplus
38
}
39
#endif
40
#endif
/* DIC_SCANNER_BASE_H */
Generated on Thu May 30 2013 06:21:58 for librcsb-core-wrapper by
1.8.3.1