| |
CsEntityMethod Struct ReferenceMethod entity.
More...
List of all members.
Detailed Description
Method entity.
Constructor & Destructor Documentation
| CsEntityMethod::CsEntityMethod |
( |
|
) |
[inline] |
| virtual CsEntityMethod::~CsEntityMethod |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| virtual bool CsEntityMethod::isSharedEntity |
( |
|
) |
const [inline, virtual] |
| virtual void CsEntityMethod::visit |
( |
CsEntityVisitor * |
visitor |
) |
[inline, virtual] |
| static void* CsEntityMethod::operator new |
( |
size_t |
size |
) |
[inline, static] |
| static void CsEntityMethod::operator delete |
( |
void * |
address |
) |
[inline, static] |
Member Data Documentation
Method owner. Non-null for property and event methods. Points to CsEntityProperty for property methods, points to CsEventEntity for event methods.
True if method is anonymous.
Number of generic type parameters.
Partial method implementation.
|
|