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. |