Kiwi Engine
VM for interpreter
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KEErrorPool.h
Go to the documentation of this file.
1 
8 #ifndef KEERRORPOOL_H
9 #define KEERRORPOOL_H
10 
11 #include <Coconut/Coconut.h>
12 #include "KEForwarders.h"
13 
17 void
18 KESetupErrorPool(void) ;
19 
24 void
25 KEAppendErrorToPool(struct KEError * src) ;
26 
31 size_t
33 
38 void
39 KEPrintAllErrorsInPool(FILE * outfp) ;
40 
41 #endif /* KEERRORPOOL_H */
Instruction class.
Definition: KEError.h:31
void KEPrintAllErrorsInPool(FILE *outfp)
Print all erros in poll and flush the pool.
Forward declarations of the data type in KiwiEngine.
void KESetupErrorPool(void)
Initialize error pool.
void KEAppendErrorToPool(struct KEError *src)
Add error the the error pool.
size_t KECountOfErrorsInPool(void)
Get count of errors in the error pool.