Elements  6.2
A C++ base framework for the Euclid Software.
UnitTestExample.h
Go to the documentation of this file.
1 
26 #ifndef ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_UNITTESTEXAMPLE_H_
27 #define ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_UNITTESTEXAMPLE_H_
28 
29 #include "ElementsKernel/Export.h"
30 #include <vector>
31 
32 namespace Elements {
33 namespace Examples {
34 
41 
42 public:
61  double average(const std::vector<int>& v);
62 };
63 
64 } // namespace Examples
65 } // namespace Elements
66 
67 #endif // ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_UNITTESTEXAMPLE_H_
68 
Elements::Examples::UnitTestExample
This class has been created to demonstrate unit testing.
Definition: UnitTestExample.h:40
Export.h
defines the macros to be used for explicit export of the symbols
std::vector
STL class.
ELEMENTS_API
#define ELEMENTS_API
Dummy definitions for the backward compatibility mode.
Definition: Export.h:74
Elements
Definition: callBackExample.h:35