#include <Method.h>
Definition at line 31 of file Method.h.
Cint::G__MethodInfo::G__MethodInfo | ( | ) | [inline] |
Cint::G__MethodInfo::G__MethodInfo | ( | G__ClassInfo & | a | ) | [inline] |
Cint::G__MethodInfo::G__MethodInfo | ( | const G__MethodInfo & | mi | ) | [inline] |
G__MethodInfo& Cint::G__MethodInfo::operator= | ( | const G__MethodInfo & | mi | ) | [inline] |
Definition at line 48 of file Method.h.
References belongingclass, handle(), handle, index, NULL, type, type, and usingIndex.
void Cint::G__MethodInfo::Init | ( | ) |
void Cint::G__MethodInfo::Init | ( | G__ClassInfo & | a | ) |
void Cint::G__MethodInfo::Init | ( | long | handlein, | |
long | indexin, | |||
G__ClassInfo * | belongingclassin | |||
) |
void Cint::G__MethodInfo::Init | ( | G__ClassInfo * | belongingclassin, | |
long | funcpage, | |||
long | indexin | |||
) |
const char* Cint::G__MethodInfo::Name | ( | ) |
int Cint::G__MethodInfo::Hash | ( | ) |
struct G__ifunc_table* Cint::G__MethodInfo::ifunc | ( | ) |
long Cint::G__MethodInfo::Handle | ( | ) | [inline] |
const char* Cint::G__MethodInfo::Title | ( | ) |
G__TypeInfo* Cint::G__MethodInfo::Type | ( | ) | [inline] |
long Cint::G__MethodInfo::Property | ( | ) |
int Cint::G__MethodInfo::NArg | ( | ) |
int Cint::G__MethodInfo::NDefaultArg | ( | ) |
int Cint::G__MethodInfo::HasVarArgs | ( | ) |
G__InterfaceMethod Cint::G__MethodInfo::InterfaceMethod | ( | ) |
struct G__bytecodefunc* Cint::G__MethodInfo::GetBytecode | ( | ) |
G__DataMemberInfo Cint::G__MethodInfo::GetLocalVariable | ( | ) |
void* Cint::G__MethodInfo::PointerToFunc | ( | ) |
G__ClassInfo* Cint::G__MethodInfo::CreatedBy | ( | ) | [inline] |
G__ClassInfo* Cint::G__MethodInfo::MemberOf | ( | ) |
int Cint::G__MethodInfo::GetDefiningScopeTagnum | ( | ) |
struct G__friendtag* Cint::G__MethodInfo::GetFriendInfo | ( | ) |
void Cint::G__MethodInfo::SetGlobalcomp | ( | int | globalcomp | ) |
void Cint::G__MethodInfo::SetForceStub | ( | ) |
int Cint::G__MethodInfo::IsValid | ( | ) |
int Cint::G__MethodInfo::SetFilePos | ( | const char * | fname | ) |
int Cint::G__MethodInfo::Next | ( | ) |
const char* Cint::G__MethodInfo::FileName | ( | ) |
int Cint::G__MethodInfo::LineNumber | ( | ) |
int Cint::G__MethodInfo::Size | ( | ) |
int Cint::G__MethodInfo::IsBusy | ( | ) |
FILE* Cint::G__MethodInfo::FilePointer | ( | ) |
long Cint::G__MethodInfo::FilePosition | ( | ) |
char* Cint::G__MethodInfo::GetPrototype | ( | ) |
char* Cint::G__MethodInfo::GetMangledName | ( | ) |
int Cint::G__MethodInfo::LoadDLLDirect | ( | const char * | filename, | |
const char * | funcname | |||
) |
void Cint::G__MethodInfo::SetVtblIndex | ( | int | vtblindex | ) |
void Cint::G__MethodInfo::SetIsVirtual | ( | int | isvirtual | ) |
void Cint::G__MethodInfo::SetVtblBasetagnum | ( | int | basetagnum | ) |
void Cint::G__MethodInfo::SetUserParam | ( | void * | ) |
void* Cint::G__MethodInfo::GetUserParam | ( | ) |
long Cint::G__MethodInfo::GetThisPointerOffset | ( | ) |
friend class G__MethodArgInfo [friend] |
long Cint::G__MethodInfo::handle [protected] |
long Cint::G__MethodInfo::index [protected] |
long Cint::G__MethodInfo::usingIndex [protected] |
G__ClassInfo* Cint::G__MethodInfo::belongingclass [protected] |
G__ClassInfo* Cint::G__MethodInfo::memberOf [protected] |
G__TypeInfo Cint::G__MethodInfo::type [protected] |