LLDB mainline
PlatformConnectOptions Struct Reference

Public Member Functions

 PlatformConnectOptions (const char *url=nullptr)
 ~PlatformConnectOptions ()=default

Public Attributes

std::string m_url
std::string m_rsync_options
std::string m_rsync_remote_path_prefix
bool m_rsync_enabled = false
bool m_rsync_omit_hostname_from_remote_path = false
ConstString m_local_cache_directory

Detailed Description

Definition at line 35 of file SBPlatform.cpp.

Constructor & Destructor Documentation

◆ PlatformConnectOptions()

PlatformConnectOptions::PlatformConnectOptions ( const char * url = nullptr)
inline

Definition at line 36 of file SBPlatform.cpp.

References m_url.

◆ ~PlatformConnectOptions()

PlatformConnectOptions::~PlatformConnectOptions ( )
default

Member Data Documentation

◆ m_local_cache_directory

ConstString PlatformConnectOptions::m_local_cache_directory

Definition at line 48 of file SBPlatform.cpp.

◆ m_rsync_enabled

bool PlatformConnectOptions::m_rsync_enabled = false

Definition at line 46 of file SBPlatform.cpp.

◆ m_rsync_omit_hostname_from_remote_path

bool PlatformConnectOptions::m_rsync_omit_hostname_from_remote_path = false

Definition at line 47 of file SBPlatform.cpp.

◆ m_rsync_options

std::string PlatformConnectOptions::m_rsync_options

Definition at line 44 of file SBPlatform.cpp.

◆ m_rsync_remote_path_prefix

std::string PlatformConnectOptions::m_rsync_remote_path_prefix

Definition at line 45 of file SBPlatform.cpp.

◆ m_url

std::string PlatformConnectOptions::m_url

Definition at line 43 of file SBPlatform.cpp.

Referenced by PlatformConnectOptions().


The documentation for this struct was generated from the following file: