|
rcpputils
master
C++ API providing common utilities and data structures.
|
Find library located in OS's library paths environment variable. More...

Go to the source code of this file.
Namespaces | |
| rcpputils | |
Functions | |
| std::string | rcpputils::find_library_path (const std::string &library_name) |
| Find a library located in the OS's specified environment variable for library paths. More... | |
| std::string | rcpputils::path_for_library (const std::string &directory, const std::string &library_name) |
| Construct the filepath for a library given its directory, and checks that it exists. More... | |
| std::string | rcpputils::filename_for_library (const std::string &library_name) |
| Create the filename corresponding to the library name. More... | |
Find library located in OS's library paths environment variable.
1.8.17