CppInterOp
C++ Language Interoperability Layer
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CppInternal::DynamicLibraryManager::SearchPathInfo Struct Reference

Describes the library search paths. More...

#include "lib/CppInterOp/DynamicLibraryManager.h"

Collaboration diagram for CppInternal::DynamicLibraryManager::SearchPathInfo:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const SearchPathInfo &Other) const
 

Public Attributes

std::string Path
 The search path.
 
bool IsUser
 True if the Path is on the LD_LIBRARY_PATH.
 

Detailed Description

Describes the library search paths.

Definition at line 39 of file DynamicLibraryManager.h.

Member Function Documentation

◆ operator==()

bool CppInternal::DynamicLibraryManager::SearchPathInfo::operator== ( const SearchPathInfo Other) const
inline

Definition at line 48 of file DynamicLibraryManager.h.

References IsUser, and Path.

Member Data Documentation

◆ IsUser

bool CppInternal::DynamicLibraryManager::SearchPathInfo::IsUser

True if the Path is on the LD_LIBRARY_PATH.

Definition at line 46 of file DynamicLibraryManager.h.

Referenced by operator==().

◆ Path

std::string CppInternal::DynamicLibraryManager::SearchPathInfo::Path

The search path.

Definition at line 42 of file DynamicLibraryManager.h.

Referenced by operator==().


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