FMath/FMArray.h File Reference

The file contains the vector class, which improves on the standard C++ vector class. More...

Go to the source code of this file.

Classes

class  vector< T >
 A dynamically-sized array. More...

Functions

template<typename T>
bool IsEquivalent (const vector< T > &dl, const T *cl, size_t count)
 Returns whether a dynamically-sized array is equivalent to a constant-sized array.


Detailed Description

The file contains the vector class, which improves on the standard C++ vector class.


Function Documentation

template<typename T>
bool IsEquivalent const vector< T > &  dl,
const T *  cl,
size_t  count
[inline]
 

Returns whether a dynamically-sized array is equivalent to a constant-sized array.

Parameters:
dl A dynamically-sized array.
cl A constant-sized array.
count The size of the constant-sized array.
Returns:
Whether the two arrays are equivalent.


Generated on Fri May 12 16:44:40 2006 for FCollada by  doxygen 1.4.6-NO