Xrtti::ArrayOrPointer Class Reference

#include <Xrtti.h>

Inheritance diagram for Xrtti::ArrayOrPointer:

Xrtti::Array Xrtti::Pointer List of all members.

Public Types

enum  Type { Type_Array = 0, Type_Pointer = 1 }

Public Member Functions

virtual Type GetType () const =0

Detailed Description

************************************************************************** ArrayOrPointer is either an Array or a Pointer.


Member Enumeration Documentation

enum Xrtti::ArrayOrPointer::Type
 

********************************************************************** This enumerates the valid subtypes


Member Function Documentation

virtual Type Xrtti::ArrayOrPointer::GetType  )  const [pure virtual]
 

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
Type_Pointer: most derived type is Pointer

Returns:
the type of this context

Implemented in Xrtti::Array, and Xrtti::Pointer.


The documentation for this class was generated from the following file:
Generated on Fri Jul 6 22:48:47 2007 by  doxygen 1.4.6