LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::XcodeSDK::Info Struct Reference

A parsed SDK directory name. More...

#include <XcodeSDK.h>

Public Member Functions

 Info ()=default
 
bool operator< (const Info &other) const
 
bool operator== (const Info &other) const
 

Public Attributes

Type type = unknown
 
llvm::VersionTuple version
 
bool internal = false
 

Detailed Description

A parsed SDK directory name.

Definition at line 46 of file XcodeSDK.h.

Constructor & Destructor Documentation

◆ Info()

lldb_private::XcodeSDK::Info::Info ( )
default

Member Function Documentation

◆ operator<()

bool XcodeSDK::Info::operator< ( const Info other) const

Definition at line 145 of file XcodeSDK.cpp.

References internal, type, and version.

◆ operator==()

bool XcodeSDK::Info::operator== ( const Info other) const

Definition at line 150 of file XcodeSDK.cpp.

References internal, type, and version.

Member Data Documentation

◆ internal

bool lldb_private::XcodeSDK::Info::internal = false

◆ type

Type lldb_private::XcodeSDK::Info::type = unknown

◆ version

llvm::VersionTuple lldb_private::XcodeSDK::Info::version

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