15 #ifndef __IPSDKUTIL_STREAMUTILS_H__ 16 #define __IPSDKUTIL_STREAMUTILS_H__ 19 #include <boost/filesystem/path.hpp> 20 #include <boost/system/error_code.hpp> 34 readLine(std::istream& is, std::string& strLine);
41 copyFile(
const boost::filesystem::path& inPath,
const boost::filesystem::path& outPath);
48 #endif // __IPSDKUTIL_STREAMUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKUTIL_API void readLine(std::istream &is, std::string &strLine)
function allowing to read a line from a stream
#define IPSDKUTIL_API
Import/Export macro for library IPSDKUtil.
Definition: IPSDKUtilExports.h:27
Definition of import/export macro for library.
IPSDKUTIL_API int copyFile(const boost::filesystem::path &inPath, const boost::filesystem::path &outPath)
function allowing to copy a file