IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BenchmarkResultsTypes.h
1 // BenchmarkResultsTypes.h:
3 // ------------------------
4 //
14 
15 #ifndef __BENCHMARKTOOLS_BENCHMARKRESULTSTYPES_H__
16 #define __BENCHMARKTOOLS_BENCHMARKRESULTSTYPES_H__
17 
18 #include <boost/shared_ptr.hpp>
19 
20 namespace ipsdk {
21 namespace bench {
22 
24 
27 
29 typedef boost::shared_ptr<BenchmarkResultInfo> ResultInfoPtr;
30 
33 
34 } // end of namespace bench
35 } // end of namespace ipsdk
36 
37 #endif // __BENCHMARKTOOLS_BENCHMARKRESULTSTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Benchmark result information.
Definition: BenchmarkResultInfo.h:32
boost::shared_ptr< BenchmarkResultInfo > ResultInfoPtr
shared pointer to benchmark result information
Definition: BenchmarkResultsTypes.h:23