IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
StringUtils.h
Go to the documentation of this file.
1 // StringUtils.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKUTIL_STRINGUTILS_H__
16 #define __IPSDKUTIL_STRINGUTILS_H__
17 
19 #include <IPSDKUtil/BaseTypes.h>
20 
21 namespace ipsdk {
22 
24 
26 IPSDKUTIL_API const std::vector<std::string>
27 splitString(const std::string& strIn, const char delimiter);
28 
31 
32 } // end of namespace ipsdk
33 
34 #endif // __IPSDKUTIL_STRINGUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base types for multiplatform compatibility.
#define IPSDKUTIL_API
Import/Export macro for library IPSDKUtil.
Definition: IPSDKUtilExports.h:27
Definition of import/export macro for library.
IPSDKUTIL_API const std::vector< std::string > splitString(const std::string &strIn, const char delimiter)
split a std::string into a std::vector<std::string>