Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Variables
Scripting.h File Reference
#include "Manager.h"
#include "Common/Streams.h"
#include "Common/noncopyable.h"
#include <array>
#include <set>
#include <string>

Go to the source code of this file.

Classes

class  scripting::PhasorScript
 
struct  scripting::ScriptInfo
 
class  scripting::Scripts
 
class  scripting::CheckedScriptReference
 Inherit this class if you plan on storing any script states, it can be used to determine if they're still valid. More...
 
class  scripting::PhasorCaller
 

Namespaces

namespace  scripting
 

Typedefs

typedef unsigned long DWORD
 
typedef Manager::Result scripting::Result
 
typedef std::array
< Common::obj_type, 5 > 
scripting::results_t
 

Variables

std::unique_ptr
< scripting::Scripts
g_Scripts
 

Typedef Documentation

typedef unsigned long DWORD

Variable Documentation

std::unique_ptr<scripting::Scripts> g_Scripts