#include <Xrtti.h>
Inheritance diagram for Xrtti::ArrayOrPointer:
Public Types | |
enum | Type { Type_Array = 0, Type_Pointer = 1 } |
Public Member Functions | |
virtual Type | GetType () const =0 |
|
********************************************************************** This enumerates the valid subtypes |
|
Returns the type of this ArrayOrPointer. The most derived class of this object is determined by the value returned here:
Type_Array: most derived type is Array
Implemented in Xrtti::Array, and Xrtti::Pointer. |