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