Code::Blocks  SVN r11506
Functions
SquirrelBindingsUtils.cpp File Reference
#include "sqplus.h"
Include dependency graph for SquirrelBindingsUtils.cpp:

Go to the source code of this file.

Functions

BOOL_T CreateStaticNamespace (HSQUIRRELVM v, ScriptNamespaceDecl *sn)
 
BOOL_T CreateClass (HSQUIRRELVM v, SquirrelClassDecl *cd)
 
BOOL_T CreateNativeClassInstance (HSQUIRRELVM v, const SQChar *classname, SQUserPointer ud, SQRELEASEHOOK hook)
 

Function Documentation

◆ CreateClass()

BOOL_T CreateClass ( HSQUIRRELVM  v,
SquirrelClassDecl *  cd 
)

◆ CreateNativeClassInstance()

BOOL_T CreateNativeClassInstance ( HSQUIRRELVM  v,
const SQChar classname,
SQUserPointer  ud,
SQRELEASEHOOK  hook 
)

◆ CreateStaticNamespace()

BOOL_T CreateStaticNamespace ( HSQUIRRELVM  v,
ScriptNamespaceDecl *  sn 
)