clang API Documentation

Public Member Functions | Public Attributes
clang::Module::LinkLibrary Struct Reference

A library or framework to link against when an entity from this module is used. More...

#include <Module.h>

Collaboration diagram for clang::Module::LinkLibrary:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LinkLibrary ()
 LinkLibrary (const std::string &Library, bool IsFramework)

Public Attributes

std::string Library
 The library to link against.
bool IsFramework
 Whether this is a framework rather than a library.

Detailed Description

A library or framework to link against when an entity from this module is used.

Definition at line 234 of file Basic/Module.h.


Constructor & Destructor Documentation

Definition at line 235 of file Basic/Module.h.

clang::Module::LinkLibrary::LinkLibrary ( const std::string &  Library,
bool  IsFramework 
) [inline]

Definition at line 236 of file Basic/Module.h.


Member Data Documentation

Whether this is a framework rather than a library.

Definition at line 246 of file Basic/Module.h.

The library to link against.

This will typically be a library or framework name, but can also be an absolute path to the library or framework.

Definition at line 243 of file Basic/Module.h.


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