Package lldb :: Class SBTypeMemberFunction
[hide private]
[frames] | no frames]

Class SBTypeMemberFunction

source code


Proxy of C++ lldb::SBTypeMemberFunction class

Instance Methods [hide private]
 
__setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
source code
 
__getattr__(self, name) source code
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(lldb::SBTypeMemberFunction self) -> SBTypeMemberFunction __init__(lldb::SBTypeMemberFunction self, SBTypeMemberFunction rhs) -> SBTypeMemberFunction
source code
 
__swig_destroy__(...)
delete_SBTypeMemberFunction(SBTypeMemberFunction self)
 
__del__(self) source code
 
__nonzero__(self) source code
 
IsValid(self)
IsValid(SBTypeMemberFunction self) -> bool
source code
 
GetName(self)
GetName(SBTypeMemberFunction self) -> str const *
source code
 
GetDemangledName(self)
GetDemangledName(SBTypeMemberFunction self) -> str const *
source code
 
GetMangledName(self)
GetMangledName(SBTypeMemberFunction self) -> str const *
source code
 
GetType(self)
GetType(SBTypeMemberFunction self) -> SBType
source code
 
GetReturnType(self)
GetReturnType(SBTypeMemberFunction self) -> SBType
source code
 
GetNumberOfArguments(self)
GetNumberOfArguments(SBTypeMemberFunction self) -> uint32_t
source code
 
GetArgumentTypeAtIndex(self, *args)
GetArgumentTypeAtIndex(SBTypeMemberFunction self, uint32_t arg2) -> SBType
source code
 
GetKind(self)
GetKind(SBTypeMemberFunction self) -> lldb::MemberFunctionKind
source code
 
GetDescription(self, *args)
GetDescription(SBTypeMemberFunction self, SBStream description, lldb::DescriptionLevel description_level) -> bool
source code
 
__str__(self)
__str__(SBTypeMemberFunction self) -> PyObject *
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __swig_setmethods__ = {}
  __swig_getmethods__ = {}
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__setattr__(self, name, value)

source code 

x.__setattr__('name', value) <==> x.name = value

Overrides: object.__setattr__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

source code 

__init__(lldb::SBTypeMemberFunction self) -> SBTypeMemberFunction __init__(lldb::SBTypeMemberFunction self, SBTypeMemberFunction rhs) -> SBTypeMemberFunction

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

__str__(SBTypeMemberFunction self) -> PyObject *

Overrides: object.__str__