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

Class SBTypeNameSpecifier

source code


Represents a general way to provide a type name to LLDB APIs.

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::SBTypeNameSpecifier self) -> SBTypeNameSpecifier __init__(lldb::SBTypeNameSpecifier self, str const * name, bool is_regex=False) -> SBTypeNameSpecifier __init__(lldb::SBTypeNameSpecifier self, str const * name) -> SBTypeNameSpecifier __init__(lldb::SBTypeNameSpecifier self, SBType type) -> SBTypeNameSpecifier __init__(lldb::SBTypeNameSpecifier self, SBTypeNameSpecifier rhs) -> SBTypeNameSpecifier
source code
 
__swig_destroy__(...)
delete_SBTypeNameSpecifier(SBTypeNameSpecifier self)
 
__del__(self) source code
 
__nonzero__(self) source code
 
IsValid(self)
IsValid(SBTypeNameSpecifier self) -> bool
source code
 
IsEqualTo(self, *args)
IsEqualTo(SBTypeNameSpecifier self, SBTypeNameSpecifier rhs) -> bool
source code
 
GetName(self)
GetName(SBTypeNameSpecifier self) -> str const *
source code
 
GetType(self)
GetType(SBTypeNameSpecifier self) -> SBType
source code
 
IsRegex(self)
IsRegex(SBTypeNameSpecifier self) -> bool
source code
 
GetDescription(self, *args)
GetDescription(SBTypeNameSpecifier self, SBStream description, lldb::DescriptionLevel description_level) -> bool
source code
 
__str__(self)
__str__(SBTypeNameSpecifier self) -> PyObject *
source code
 
__eq__(self, rhs) source code
 
__ne__(self, rhs) 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]
  is_regex
IsRegex(SBTypeNameSpecifier self) -> bool
  name
GetName(SBTypeNameSpecifier self) -> str const *

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::SBTypeNameSpecifier self) -> SBTypeNameSpecifier __init__(lldb::SBTypeNameSpecifier self, str const * name, bool is_regex=False) -> SBTypeNameSpecifier __init__(lldb::SBTypeNameSpecifier self, str const * name) -> SBTypeNameSpecifier __init__(lldb::SBTypeNameSpecifier self, SBType type) -> SBTypeNameSpecifier __init__(lldb::SBTypeNameSpecifier self, SBTypeNameSpecifier rhs) -> SBTypeNameSpecifier

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

__str__(SBTypeNameSpecifier self) -> PyObject *

Overrides: object.__str__

Property Details [hide private]

is_regex

IsRegex(SBTypeNameSpecifier self) -> bool

Get Method:
IsRegex(self) - IsRegex(SBTypeNameSpecifier self) -> bool

name

GetName(SBTypeNameSpecifier self) -> str const *

Get Method:
GetName(self) - GetName(SBTypeNameSpecifier self) -> str const *