OpenBarnyard
 
Loading...
Searching...
No Matches
T2DynamicVector.h File Reference

Dynamic vector container for the Toshi engine. More...

Go to the source code of this file.

Classes

class  T2GenericDynamicVector
 
class  T2DynamicVector< T >
 
class  T2DynamicVector< T >::Iterator
 

Detailed Description

Dynamic vector container for the Toshi engine.

This file provides a dynamic vector implementation that includes:

  • Dynamic array management
  • Memory allocation and deallocation
  • Element access and manipulation
  • Vector operations and utilities

Definition in file T2DynamicVector.h.