Gorgon Game Engine
Runtime.h File Reference

This file contains classes that stores runtime and end programmer defined objects. More...

Include dependency graph for Runtime.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ParameterTemplate
 This class holds information about a parameter without resolving constructs. More...
 
class  ReferenceCounter
 This class allows references to be counted and destroyed properly. More...
 
class  Variable
 This class represents a variable. It contains the data and the name of the variable. More...
 

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Scripting
 This namespace contains Gorgon Script parser and reflection facilities.
 

Detailed Description

This file contains classes that stores runtime and end programmer defined objects.