IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FilePatternMatching.h
Go to the documentation of this file.
1 // FilePatternMatching.h:
3 // ---------------------
4 //
14 
15 #ifndef __IPSDKIMAGEFILE_FILEPATTERNMATCHING_H__
16 #define __IPSDKIMAGEFILE_FILEPATTERNMATCHING_H__
17 
19 #include <IPSDKUtil/BaseTypes.h>
20 
21 #include <string>
22 
23 namespace ipsdk {
24 namespace image {
25 namespace file {
26 
29 
42  const std::string& pattern,
43  const std::string& parsedString,
44  ipUInt64& index);
45 
48 
49 } // end of namespace file
50 } // end of namespace image
51 } // end of namespace ipsdk
52 
53 #endif // __IPSDKIMAGEFILE_FILEPATTERNMATCHING_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
#define IPSDKIMAGEFILE_API
Import/Export macro for library IPSDKImageFile.
Definition: IPSDKImageFileExports.h:27
Definition of import/export macro for library.
Base types for multiplatform compatibility.
IPSDKIMAGEFILE_API bool testFilePatternMatching(const std::string &pattern, const std::string &parsedString, ipUInt64 &index)
function checking if string to parse matches the pattern specified by the user Here are the accepted ...