Spinning Topp Logo BlackTopp Studios
inc
Classes | Namespaces | Typedefs
script.h File Reference

This file has the interfaces for Scripts and tag derived classes. More...

#include "binarybuffer.h"
#include "scriptargument.h"
#include "countedptr.h"
+ Include dependency graph for script.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Mezzanine::ReferenceCountTraits< Scripting::iScript >
 Marks IScript for internal reference counting if a CountedPtr checks. More...
 
class  Mezzanine::ReferenceCountTraits< Scripting::iScriptCompilable >
 Marks iScriptCompilable for internal reference counting if a CountedPtr checks. More...
 
class  Mezzanine::ReferenceCountTraits< Scripting::iScriptMultipleReturn >
 Marks iScriptMultipleReturn for internal reference counting if a CountedPtr checks. More...
 
class  Mezzanine::Scripting::iScript
 The interface for a script. More...
 
class  Mezzanine::Scripting::iScriptCompilable
 The interface for a script that can be compiled to bytecode. More...
 
class  Mezzanine::Scripting::iScriptMultipleReturn
 This script can return simple group of values. More...
 

Namespaces

 Mezzanine
 The bulk of the engine components go in this namspace.
 
 Mezzanine::Scripting
 This namespace is for all the classes belonging to the Scripting Subsystem.
 

Typedefs

typedef std::vector< CountedPtr< iScriptArgument > > Mezzanine::Scripting::ArgumentGroup
 A group of arguments that can be returned from some scripts. More...
 

Detailed Description

This file has the interfaces for Scripts and tag derived classes.

Definition in file script.h.