15 #ifndef __IPSDKIMAGEFILE_FILEPATTERNMATCHING_H__ 16 #define __IPSDKIMAGEFILE_FILEPATTERNMATCHING_H__ 42 const std::string& pattern,
43 const std::string& parsedString,
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 ...