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

********************************************************************** 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.

Referenced by Xrtti::Pointer::operator==(), and Xrtti::Array::operator==().


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

Generated on Sat Feb 14 22:48:49 2009 by  doxygen 1.5.7.1