15 #ifndef __IPSDKUTIL_PATHUTILS_H__ 16 #define __IPSDKUTIL_PATHUTILS_H__ 19 #include <boost/filesystem/path.hpp> 30 const boost::filesystem::path& toPath);
38 const boost::filesystem::path& subPath);
45 #endif // __IPSDKUTIL_PATHUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKUTIL_API boost::filesystem::path getRelativePath(const boost::filesystem::path &fromPath, const boost::filesystem::path &toPath)
IPSDKUTIL_API boost::filesystem::path getRelativeFromRoot(const boost::filesystem::path &rootPath, const boost::filesystem::path &subPath)
#define IPSDKUTIL_API
Import/Export macro for library IPSDKUtil.
Definition: IPSDKUtilExports.h:27
Definition of import/export macro for library.