Gorgon Game Engine
Any.h File Reference

contains class Any. More...

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

Go to the source code of this file.

Classes

class  Any
 This class can hold any other information providing type erasure. More...
 

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 

Detailed Description

contains class Any.

Any is a container for any type and supports boxing, unboxing and copying; uses RTTI. Best be used with built in types or POD structures