Xrtti::Member Class Reference

#include <Xrtti.h>

Inheritance diagram for Xrtti::Member:

Xrtti::Constructor Xrtti::Destructor Xrtti::Field Xrtti::Method List of all members.

Public Member Functions

AccessType GetAccessType () const
const ContextGetContext () const
const char * GetName () const
bool IsStatic () const

Friends

class Constructor
class Destructor
class Field
class Method

Detailed Description

************************************************************************** Member is the base class of all members of a Structure, including Constructor, Method, and Field.


Member Function Documentation

AccessType Xrtti::Member::GetAccessType  )  const [inline]
 

Returns the access type of the member.

Returns:
the access type of the member.

const Context& Xrtti::Member::GetContext  )  const [inline]
 

Returns the Context in which the Member is declared; it is the Context which "owns" the Member and in which the Member lives.

Returns:
the Context in which the Member is declared

const char* Xrtti::Member::GetName  )  const [inline]
 

Returns the name of this member.

Returns:
the name of this member.

bool Xrtti::Member::IsStatic  )  const [inline]
 

Returns true if the Member is static in scope, false if it is not.

Returns:
true if the Member is static in scope, false if it is not.


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