rcpputils  master
C++ API providing common utilities and data structures.
Namespaces | Functions
find_library.hpp File Reference

Find library located in OS's library paths environment variable. More...

#include <string>
#include "rcpputils/visibility_control.hpp"
Include dependency graph for find_library.hpp:

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...
 

Detailed Description

Find library located in OS's library paths environment variable.