Kiwi Engine
VM for interpreter
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Functions
KELineInfo.h File Reference

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 KELineInfoKEAllocateLineInfo (struct CNString *fname, unsigned int lineno, struct CNResource *resource)
 Allocate KELineInfo object. More...
 

Detailed Description

Define KELineInfo class.

Copyright
Copyright (C) 2013 Steel Wheels Project

Function Documentation

struct KELineInfo* KEAllocateLineInfo ( struct CNString *  fname,
unsigned int  lineno,
struct CNResource *  resource 
)

Allocate KELineInfo object.

Return values
objAllocated object
NULLFailed to allocate the object
Parameters
fnameFile name (If it is unknown, give NULL)
linenoLine number (If it is unknown, give KEUnknownLineNumber)
resourceResource to allocate the object