#include <Xrtti.h>
Inheritance diagram for Xrtti::Struct:
Public Member Functions | |
virtual Type | GetType () const |
bool | IsAbstract () const |
U32 | GetMethodCount () const |
const Method & | GetMethod (U32 index) const |
Friends | |
class | Class |
|
Returns the type of this Context, which is Type_Struct.
Implements Xrtti::Context. Reimplemented in Xrtti::Class. |
|
Returns true if this Structure is abstract (defines at least one pure virtual method), false if not.
|
|
Returns the number of Methods of this Struct.
|
|
Returns a Method of this Struct.
|