Gorgon Game Engine
Collection.h File Reference

contains collection, a vector of references. More...

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

Go to the source code of this file.

Classes

class  Collection< T_ >
 Collection is a container for reference typed objects. More...
 
class  Collection< T_ >::ConstIterator
 Const iterator allows iteration of const collections. More...
 

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Containers
 This namespace contains containers that are missing from STL or specifically crafted for game or GUI development.
 

Functions

template<class T_ >
void swap (Collection< T_ > &l, Collection< T_ > &r)
 Swaps two collections. More...
 

Detailed Description

contains collection, a vector of references.