librcsb-core-wrapper
1.000
Main Page
Namespaces
Classes
Files
File List
File Members
rcsb
CifScannerInt.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_SCANNER_INT_H
13
#define CIF_SCANNER_INT_H
14
15
#define YY_NO_UNPUT
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
21
int
ProcessNoneFromScanner
();
22
void
ProcessWhiteSpaceFromScanner
();
23
int
ProcessDataFromScanner
();
24
int
ProcessLoopFromScanner
();
25
void
ProcessStopFromScanner
();
26
int
ProcessDotFromScanner
();
27
int
ProcessQuestionFromScanner
();
28
void
ProcessCommentFromScanner
();
29
int
ProcessUnderscoreFromScanner
();
30
int
ProcessBadStringsFromScanner
();
31
int
ProcessSQuotedStringsFromScanner
();
32
int
ProcessDQuotedStringsFromScanner
();
33
int
ProcessEofFromScanner
();
34
35
#ifdef __cplusplus
36
}
37
#endif
38
#endif
/* CIF_SCANNER_BASE_H */
Generated on Thu May 30 2013 06:21:58 for librcsb-core-wrapper by
1.8.3.1