Xrtti::Incomplete Class Reference

#include <Xrtti.h>

Inheritance diagram for Xrtti::Incomplete:

Xrtti::Context List of all members.

Public Member Functions

virtual Type GetType () const

Detailed Description

************************************************************************** Incomplete represents an incomplete class, struct, or union. An incomplete type has no information other than its name, full name, and context - all provided by Context. Incomplete class, struct, and unions are those referenced by name in the C++ code but never given a definition. Nothing can be discerned about such a type except for the most basic information.


Member Function Documentation

virtual Type Xrtti::Incomplete::GetType  )  const [inline, virtual]
 

Returns the type of this Context, which is Type_Incomplete.

Returns:
the type of this Context, which is Type_Incomplete.

Implements Xrtti::Context.


The documentation for this class was generated from the following file:
Generated on Sun Apr 29 22:26:04 2007 by  doxygen 1.4.6