LLDB mainline
lldb_private::Symbol::ReExportInfo Struct Reference

#include <Symbol.h>

Public Member Functions

 ReExportInfo ()
 ReExportInfo (const ReExportInfo &rhs)
const ReExportInfooperator= (const ReExportInfo &rhs)
void Clear ()

Public Attributes

ConstString name
std::unique_ptr< FileSpeclibrary_up

Detailed Description

Definition at line 349 of file Symbol.h.

Constructor & Destructor Documentation

◆ ReExportInfo() [1/2]

lldb_private::Symbol::ReExportInfo::ReExportInfo ( )
inline

Definition at line 352 of file Symbol.h.

References library_up, and name.

Referenced by operator=(), and ReExportInfo().

◆ ReExportInfo() [2/2]

lldb_private::Symbol::ReExportInfo::ReExportInfo ( const ReExportInfo & rhs)
inline

Definition at line 353 of file Symbol.h.

References library_up, name, and ReExportInfo().

Member Function Documentation

◆ Clear()

void lldb_private::Symbol::ReExportInfo::Clear ( )
inline

Definition at line 370 of file Symbol.h.

References library_up, and name.

◆ operator=()

const ReExportInfo & lldb_private::Symbol::ReExportInfo::operator= ( const ReExportInfo & rhs)
inline

Definition at line 360 of file Symbol.h.

References library_up, name, and ReExportInfo().

Member Data Documentation

◆ library_up

std::unique_ptr<FileSpec> lldb_private::Symbol::ReExportInfo::library_up

◆ name

ConstString lldb_private::Symbol::ReExportInfo::name

Definition at line 350 of file Symbol.h.

Referenced by Clear(), operator=(), ReExportInfo(), and ReExportInfo().


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