IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UnitTestPath.h
Go to the documentation of this file.
1 // UnitTestPath.h:
3 // ---------------
4 //
14 
15 #ifndef __IPSDKUNITTESTTOOLS_UNITTESTPATH_H__
16 #define __IPSDKUNITTESTTOOLS_UNITTESTPATH_H__
17 
22 
23 namespace ipsdk {
24 namespace unittest {
25 
28 
31 IPSDKUNITTESTTOOLS_API boost::filesystem::path
33 
36 IPSDKUNITTESTTOOLS_API boost::filesystem::path
38 
41 
42 } // end of namespace unittest
43 } // end of namespace ipsdk
44 
45 #endif // __IPSDKUNITTESTTOOLS_UNITTESTPATH_H__
Functions allowing to manage library directories and paths.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKUNITTESTTOOLS_API boost::filesystem::path getInternalDirectory(const eUTInternalDirectory &dirId)
retrieve unit test internal directory
eUTInternalDirectory
Enumerate describing IPSDK internal unit test directories.
Definition: UnitTestPathTypes.h:30
Utility functions for library path configuration management.
#define IPSDKUNITTESTTOOLS_API
Import/Export macro for library IPSDKUnitTestTools.
Definition: IPSDKUnitTestToolsExports.h:27
IPSDKUNITTESTTOOLS_API boost::filesystem::path getExternalDirectory(const eUTExternalDirectory &dirId)
retrieve unit test external directory
Definition of import/export macro for library.
eUTExternalDirectory
Definition: UnitTestPathTypes.h:54
Predefined types for unit test path management.