LLDB mainline
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 48 of file XcodeSDK.h.

Constructor & Destructor Documentation

◆ Info()

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

References Info().

Referenced by Info(), operator<(), and operator==().

Member Function Documentation

◆ operator<()

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

Definition at line 147 of file XcodeSDK.cpp.

References Info(), internal, type, and version.

◆ operator==()

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

Definition at line 152 of file XcodeSDK.cpp.

References Info(), internal, type, and version.

Member Data Documentation

◆ internal

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

◆ type

◆ version

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

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