OpenMW
Classes | Namespaces | Typedefs | Functions
components/interpreter/types.hpp File Reference
#include <stdexcept>

Go to the source code of this file.

Classes

union  Interpreter::Data

Namespaces

namespace  Interpreter
 

script interpreter


Typedefs

typedef unsigned int Interpreter::Type_Code
typedef unsigned int Interpreter::Type_Data
typedef short Interpreter::Type_Short
typedef int Interpreter::Type_Integer
typedef float Interpreter::Type_Float

Functions

template<typename T >
T & Interpreter::getData (Data &data)
template<>
Type_Integer & Interpreter::getData (Data &data)