#include <SharedLibraryName.h>
Public Member Functions | |
const boost::filesystem::path | operator() (const std::string &name) |
Utility functor. Return a shared library name that follows the system conventions for naming shared library. name is the basic name of the shared library, without the name prefix ("lib" on unix) or the extension (".so", ".sl", ".dylib" or ".dll"). name must not have any directory components.
Definition at line 13 of file SharedLibraryName.h.
|
inline |