LLDB mainline
|
#include <PlatformiOSSimulatorCoreSimulatorSupport.h>
Public Member Functions | |
DeviceRuntime () | |
DeviceRuntime (id d) | |
operator bool () | |
OSVersion | GetVersion () |
bool | IsAvailable () |
Private Attributes | |
id | m_dev = nullptr |
std::optional< OSVersion > | m_os_version |
Definition at line 120 of file PlatformiOSSimulatorCoreSimulatorSupport.h.
CoreSimulatorSupport::DeviceRuntime::DeviceRuntime | ( | ) |
Definition at line 89 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.
CoreSimulatorSupport::DeviceRuntime::DeviceRuntime | ( | id | d | ) |
Definition at line 91 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.
CoreSimulatorSupport::OSVersion CoreSimulatorSupport::DeviceRuntime::GetVersion | ( | ) |
Definition at line 183 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.
References m_dev.
bool CoreSimulatorSupport::DeviceRuntime::IsAvailable | ( | ) |
Definition at line 96 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.
References m_dev.
|
explicit |
Definition at line 94 of file PlatformiOSSimulatorCoreSimulatorSupport.mm.
|
private |
Definition at line 133 of file PlatformiOSSimulatorCoreSimulatorSupport.h.
Referenced by GetVersion(), and IsAvailable().
|
private |
Definition at line 134 of file PlatformiOSSimulatorCoreSimulatorSupport.h.