Xrtti::Array Class Reference

#include <Xrtti.h>

List of all members.

Public Member Functions

bool IsUnbounded () const
U32 GetElementCount () const


Detailed Description

************************************************************************** Array describes the element count of a single array dimension of a Type.


Member Function Documentation

bool Xrtti::Array::IsUnbounded  )  const [inline]
 

If this returns true, the array dimension is of unbounded size; it may have any element count. If this returns false, the element count is fixed and specified, and can be obtained by calling GetElementCount().

Returns:
true if the array dimension is of unbounded size

U32 Xrtti::Array::GetElementCount  )  const [inline]
 

If the array dimension is not unbounded, then this specifies the element count of the array dimension. The index of the last element of the of the array is at this value minus one.

Returns:
the element count of the array dimension


The documentation for this class was generated from the following file:
Generated on Fri May 4 11:55:14 2007 by  doxygen 1.4.6