#include <Xrtti.h>
Inheritance diagram for Xrtti::Member:
Public Member Functions | |
AccessType | GetAccessType () const |
const Context & | GetContext () const |
const char * | GetName () const |
bool | IsStatic () const |
Friends | |
class | Constructor |
class | Destructor |
class | Field |
class | Method |
|
Returns the access type of the member.
|
|
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 name of this member.
|
|
Returns true if the Member is static in scope, false if it is not.
|