All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Enumerations | Functions
vm.h File Reference
#include <map>
#include <vector>
#include <stdarg.h>
#include <stdio.h>
#include "chunk.h"
#include "value.h"

Go to the source code of this file.

Classes

class  uscript::VM
 

Namespaces

 uscript
 

Macros

#define DECLARE_ADDGLOBAL_SPECIAL(type)
 

Enumerations

enum  uscript::InterpretResult { uscript::INTERPRET_OK, uscript::INTERPRET_COMPILE_ERROR, uscript::INTERPRET_RUNTIME_ERROR }
 

Functions

 uscript::DECLARE_ADDGLOBAL_SPECIAL (int)
 
 uscript::DECLARE_ADDGLOBAL_SPECIAL (unsigned)
 
 uscript::DECLARE_ADDGLOBAL_SPECIAL (float)
 
 uscript::DECLARE_ADDGLOBAL_SPECIAL (double)
 
 uscript::DECLARE_ADDGLOBAL_SPECIAL (bool)
 

Macro Definition Documentation

#define DECLARE_ADDGLOBAL_SPECIAL (   type)
Value:
template<> \
void uscript::VM::AddGlobal<type>(const char *name, const type *obj)
j template void())
Definition: json.hpp:3108
then echo fcl name

Definition at line 58 of file vm.h.