22 #ifndef USSHAREDLIBRARY_H
23 #define USSHAREDLIBRARY_H
32 class SharedLibraryPrivate;
std::string GetName() const
void SetName(const std::string &name)
void SetFilePath(const std::string &absoluteFilePath)
std::string GetPrefix() const
SharedLibrary(const std::string &absoluteFilePath)
void SetSuffix(const std::string &suffix)
std::string GetFilePath(const std::string &name) const
void SetLibraryPath(const std::string &path)
std::string GetSuffix() const
SharedLibrary(const std::string &libPath, const std::string &name)
std::string GetFilePath() const
SharedLibrary(const SharedLibrary &other)
std::string GetLibraryPath() const
SharedLibrary & operator=(const SharedLibrary &other)
void SetPrefix(const std::string &prefix)
#define US_BEGIN_NAMESPACE