|
CppInterOp
C++ Language Interoperability Layer
|
Describes the library search paths. More...
#include "lib/CppInterOp/DynamicLibraryManager.h"

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. | |
Describes the library search paths.
Definition at line 39 of file DynamicLibraryManager.h.
|
inline |
Definition at line 48 of file DynamicLibraryManager.h.
| 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==().
| std::string CppInternal::DynamicLibraryManager::SearchPathInfo::Path |