Kiwi Script
KiwiScript Interpreter
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Macros
Source
Pass
KSPass.h
Go to the documentation of this file.
1
8
#ifndef KSPASS_H
9
#define KSPASS_H
10
12
typedef
enum
{
13
KSNoPass,
14
KSParsePass,
15
KSTypePropagationPass
16
}
KSPassKind
;
17
23
const
unsigned
char
*
24
KSPassToString
(
KSPassKind
src) ;
25
31
KSPassKind
32
KSStringToPass
(
const
unsigned
char
* src) ;
33
34
#endif
/* KSPASS_H */
35
KSPassKind
KSPassKind
Definition:
KSPass.h:12
KSStringToPass
KSPassKind KSStringToPass(const unsigned char *src)
Get pass kind from the string.
KSPassToString
const unsigned char * KSPassToString(KSPassKind src)
Encode pass kind to string.
Generated on Wed Apr 23 2014 02:16:05 for Kiwi Script by
1.8.5