LLDB mainline
|
#include <RangeMap.h>
Public Types | |
typedef B | BaseType |
typedef T | DataType |
Public Member Functions | |
AddressData () | |
AddressData (B a, DataType d) | |
bool | operator< (const AddressData &rhs) const |
bool | operator== (const AddressData &rhs) const |
bool | operator!= (const AddressData &rhs) const |
Public Attributes | |
BaseType | addr |
DataType | data |
Definition at line 728 of file RangeMap.h.
typedef B lldb_private::AddressData< B, T >::BaseType |
Definition at line 729 of file RangeMap.h.
typedef T lldb_private::AddressData< B, T >::DataType |
Definition at line 730 of file RangeMap.h.
|
inline |
Definition at line 735 of file RangeMap.h.
Referenced by operator!=(), operator<(), and operator==().
|
inline |
Definition at line 737 of file RangeMap.h.
|
inline |
Definition at line 749 of file RangeMap.h.
References addr, AddressData(), and data.
|
inline |
Definition at line 739 of file RangeMap.h.
References addr, AddressData(), and data.
|
inline |
Definition at line 745 of file RangeMap.h.
References addr, AddressData(), and data.
BaseType lldb_private::AddressData< B, T >::addr |
Definition at line 732 of file RangeMap.h.
Referenced by AddressData(), AddressData(), lldb_private::AddressDataArray< B, T, N >::BaseLessThan(), lldb_private::AddressDataArray< B, T, N >::FindEntry(), operator!=(), operator<(), and operator==().
DataType lldb_private::AddressData< B, T >::data |
Definition at line 733 of file RangeMap.h.
Referenced by AddressData(), AddressData(), operator!=(), operator<(), and operator==().