![]() |
Gorgon Game Engine
|
contains collection, a vector of references. More...
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... | |
contains collection, a vector of references.