OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
types.hpp File Reference
#include <stdexcept>
Include dependency graph for types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  Interpreter::Data
 

Namespaces

 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)
 
template<>
Type_Float & Interpreter::getData (Data &data)