![]() |
cpplocate
1.0.0.a8d87a94e3ab
C++ Locator Library
|
#include <string>
#include <cpplocate/cpplocate_api.h>
Go to the source code of this file.
Namespaces | |
cpplocate | |
Functions | |
CPPLOCATE_API const std::string & | cpplocate::getExecutablePath () |
CPPLOCATE_API const std::string & | cpplocate::getBundlePath () |
CPPLOCATE_API const std::string & | cpplocate::getModulePath () |
CPPLOCATE_API std::string | cpplocate::getLibraryPath (void *symbol) |
CPPLOCATE_API std::string | cpplocate::locatePath (const std::string &relPath, const std::string &systemDir="", void *symbol=nullptr) |
CPPLOCATE_API ModuleInfo | cpplocate::findModule (const std::string &name) |