Kiwi Engine
VM for interpreter
|
Define KELineInfo class. More...
#include <Coconut/Coconut.h>
Go to the source code of this file.
Data Structures | |
struct | KELineInfo |
KEProgram class. More... | |
Functions | |
struct KELineInfo * | KEAllocateLineInfo (struct CNString *fname, unsigned int lineno, struct CNResource *resource) |
Allocate KELineInfo object. More... | |
Define KELineInfo class.
struct KELineInfo* KEAllocateLineInfo | ( | struct CNString * | fname, |
unsigned int | lineno, | ||
struct CNResource * | resource | ||
) |
Allocate KELineInfo object.
obj | Allocated object |
NULL | Failed to allocate the object |
fname | File name (If it is unknown, give NULL) |
lineno | Line number (If it is unknown, give KEUnknownLineNumber) |
resource | Resource to allocate the object |