Container.hpp File Reference

Container classes and templates. More...


Namespaces

namespace  System

Classes

class  System::Container< Ay >
 The base of all containers in the engine. More...
class  System::Array< Ty, Ay >
 Dynamic array template class. More...
class  System::CriticalResource< T >
 Resource protected with a mutex. More...

Functions

template<class InputIterator, class Type>
InputIterator System::Find (InputIterator First, InputIterator Last, CONST Type &Value)
 Traverse through a container and find an item.
template<class InputIterator, class OutputIterator, class Func>
OutputIterator System::Transform (InputIterator First, InputIterator Last, OutputIterator Dest, Func Function)
 Transform a set of elements from one set using the specified function and store them at the destination.


Detailed Description

Definitions of container classes and templates.
Generated on Wed Dec 5 14:52:57 2007 for Aerospace Engine by  doxygen 1.5.3