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

Define KESlot class. More...

#include "KEValue.h"

Go to the source code of this file.

Data Structures

struct  KESlot
 

Functions

struct KESlotKEAllocateSlot (const struct CNFixedString *ident, const struct KEValue *val, struct KELineInfo *linfo, struct CNResource *resource)
 Allocate slot for the value. More...
 

Detailed Description

Define KESlot class.

Copyright
Copyright (C) 2014 Steel Wheels Project

Function Documentation

struct KESlot* KEAllocateSlot ( const struct CNFixedString *  ident,
const struct KEValue val,
struct KELineInfo linfo,
struct CNResource *  resource 
)

Allocate slot for the value.

Returns
Allocated slot
Parameters
identIdentifier of the slot
valValue of the slot
linfoLine information of the slot
resourceResource to allocate the object