10 #ifndef LLDB_SBMemoryRegionInfoList_h_
11 #define LLDB_SBMemoryRegionInfoList_h_
15 class MemoryRegionInfoListImpl;
29 uint32_t GetSize()
const;
40 const MemoryRegionInfoListImpl *operator->()
const;
42 const MemoryRegionInfoListImpl &operator*()
const;
45 std::unique_ptr<MemoryRegionInfoListImpl> m_opaque_ap;
50 #endif // LLDB_SBMemoryRegionInfoList_h_
class LLDB_API SBMemoryRegionInfoList