Urho3D
Public Member Functions | Static Protected Member Functions | Protected Attributes
Urho3D::VectorBase Class Reference

Vector base class. More...

#include <VectorBase.h>

Inheritance diagram for Urho3D::VectorBase:
Urho3D::PODVector< T > Urho3D::Vector< T >

List of all members.

Public Member Functions

 VectorBase ()
 Construct.
void Swap (VectorBase &rhs)
 Swap with another vector.

Static Protected Member Functions

static unsigned char * AllocateBuffer (unsigned size)

Protected Attributes

unsigned size_
 Size of vector.
unsigned capacity_
 Buffer capacity.
unsigned char * buffer_
 Buffer.

Detailed Description

Vector base class.


The documentation for this class was generated from the following files: