Kiwi Script
KiwiScript Interpreter
 All Data Structures Files Functions Variables Typedefs Enumerations Macros
Functions
KSPrimitiveType.h File Reference

IR for primitive type. More...

#include <KiwiEngine/KiwiEngine.h>

Go to the source code of this file.

Functions

void KSSetupPrimitiveTypes (struct CNResource *resource)
 Setup primitive types.
 
struct KEFrame * KSAllocateBooleanClass (void)
 Get boolean type. More...
 
struct KEFrame * KSAllocateSignedIntegerClass (void)
 Get signed integer type. More...
 
struct KEFrame * KSAllocateUnsignedIntegerClass (void)
 Get unsigned integer type. More...
 
struct KEFrame * KSAllocateFloatClass (void)
 Get float type. More...
 
struct KEFrame * KSAllocateStringClass (void)
 Get string type. More...
 

Detailed Description

IR for primitive type.

Copyright
Copyright (C) 2014 Steel Wheels Project

Function Documentation

struct KEFrame* KSAllocateBooleanClass ( void  )

Get boolean type.

Returns
IR for boolean type
struct KEFrame* KSAllocateFloatClass ( void  )

Get float type.

Returns
IR for float type
struct KEFrame* KSAllocateSignedIntegerClass ( void  )

Get signed integer type.

Returns
IR for signed integer type
struct KEFrame* KSAllocateStringClass ( void  )

Get string type.

Returns
IR for string type
struct KEFrame* KSAllocateUnsignedIntegerClass ( void  )

Get unsigned integer type.

Returns
IR for unsigned integer type