IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DateTimeUtils.h
Go to the documentation of this file.
1 // DateTimeUtils.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKUTIL_DATETIMEUTILS_H__
16 #define __IPSDKUTIL_DATETIMEUTILS_H__
17 
19 #include <string>
20 
21 namespace ipsdk {
22 
25 
30 IPSDKUTIL_API std::string
32 
35 
36 } // end of namespace ipsdk
37 
38 #endif // __IPSDKUTIL_DATETIMEUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKUTIL_API std::string getFormatedTime()
function allowing to retrieve formatted date and time string
#define IPSDKUTIL_API
Import/Export macro for library IPSDKUtil.
Definition: IPSDKUtilExports.h:27
Definition of import/export macro for library.