|
Kiwi Engine
VM for interpreter
|
Define KEErrorPool class. More...
Go to the source code of this file.
Functions | |
| void | KESetupErrorPool (void) |
| Initialize error pool. | |
| void | KEAppendErrorToPool (struct KEError *src) |
| Add error the the error pool. More... | |
| size_t | KECountOfErrorsInPool (void) |
| Get count of errors in the error pool. More... | |
| void | KEPrintAllErrorsInPool (FILE *outfp) |
| Print all erros in poll and flush the pool. More... | |
Define KEErrorPool class.
| void KEAppendErrorToPool | ( | struct KEError * | src | ) |
Add error the the error pool.
| src | Source error object |
| size_t KECountOfErrorsInPool | ( | void | ) |
Get count of errors in the error pool.
| void KEPrintAllErrorsInPool | ( | FILE * | outfp | ) |
Print all erros in poll and flush the pool.
| outfp | Output file stream |
1.8.5