LLDB API Documentation
#include <SBSymbolContextList.h>
| Public Member Functions | |
| SBSymbolContextList () | |
| SBSymbolContextList (const lldb::SBSymbolContextList &rhs) | |
| ~SBSymbolContextList () | |
| const lldb::SBSymbolContextList & | operator= (const lldb::SBSymbolContextList &rhs) | 
| bool | IsValid () const | 
| uint32_t | GetSize () const | 
| lldb::SBSymbolContext | GetContextAtIndex (uint32_t idx) | 
| bool | GetDescription (lldb::SBStream &description) | 
| void | Append (lldb::SBSymbolContext &sc) | 
| void | Append (lldb::SBSymbolContextList &sc_list) | 
| void | Clear () | 
| Protected Member Functions | |
| lldb_private::SymbolContextList * | operator-> () const | 
| lldb_private::SymbolContextList & | operator* () const | 
| Friends | |
| class | SBModule | 
| class | SBTarget | 
Definition at line 18 of file SBSymbolContextList.h.
| lldb::SBSymbolContextList::SBSymbolContextList | ( | ) | 
| lldb::SBSymbolContextList::SBSymbolContextList | ( | const lldb::SBSymbolContextList & | rhs | ) | 
| lldb::SBSymbolContextList::~SBSymbolContextList | ( | ) | 
| void lldb::SBSymbolContextList::Append | ( | lldb::SBSymbolContext & | sc | ) | 
| void lldb::SBSymbolContextList::Append | ( | lldb::SBSymbolContextList & | sc_list | ) | 
| void lldb::SBSymbolContextList::Clear | ( | ) | 
| lldb::SBSymbolContext lldb::SBSymbolContextList::GetContextAtIndex | ( | uint32_t | idx | ) | 
| bool lldb::SBSymbolContextList::GetDescription | ( | lldb::SBStream & | description | ) | 
| uint32_t lldb::SBSymbolContextList::GetSize | ( | ) | const | 
| bool lldb::SBSymbolContextList::IsValid | ( | ) | const | 
| 
 | protected | 
| 
 | protected | 
| const lldb::SBSymbolContextList& lldb::SBSymbolContextList::operator= | ( | const lldb::SBSymbolContextList & | rhs | ) | 
| 
 | friend | 
Definition at line 44 of file SBSymbolContextList.h.
| 
 | friend | 
Definition at line 45 of file SBSymbolContextList.h.