Elements
5.10
A C++ base framework for the Euclid Software.
ElementsExamples
src
lib
functionExample.cpp
Go to the documentation of this file.
1
22
#include "
ElementsExamples/functionExample.h
"
23
24
namespace
Elements
{
25
namespace
Examples {
26
27
int
functionExample
(
const
int
j) {
28
return
j*j;
29
}
30
31
}
// namespace Examples
32
}
// namespace Elements
Elements::Examples::functionExample
ELEMENTS_API int functionExample(const int j)
Definition:
functionExample.cpp:27
Elements
Definition:
ClassExample.h:38
functionExample.h
Generated by
1.8.14