CVB++ 14.0
test_result_factory.hpp
1#pragma once
2
3#include "../_cexports/c_polimago.h"
4#include "predictor_factory_base.hpp"
5
6#include "../global.hpp"
7
8
9namespace Cvb
10{
11CVB_BEGIN_INLINE_NS
12
14namespace Polimago
15{
17namespace Testing
18{
19
21
24{
25protected:
27 {}
28
29 TestResultFactory (const TestResultFactory&) = default;
30
31 TestResultFactory& operator=(const TestResultFactory&) = default;
32
33 virtual ~TestResultFactory () = default;
34
35public:
36
37protected:
38};
39
42
43
44} /* namespace Testing */
45
48
49} /* namespace Polimago */
50CVB_END_INLINE_NS
51} /* namespace Cvb */
Base class for test factory classes.
Definition: test_result_factory.hpp:24
Root namespace for the Image Manager interface.
Definition: c_barcode.h:24