Elements
6.2
A C++ base framework for the Euclid Software.
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
j
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
c
d
h
l
m
o
p
s
t
u
x
y
Typedefs
Enumerations
Enumerator
Files
File List
File Members
All
_
c
e
h
l
m
n
p
u
Functions
Variables
Typedefs
Macros
Examples
Sphinx
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
ElementsExamples
src
lib
other
functionExample2.cpp
Go to the documentation of this file.
1
22
#include "
ElementsExamples/functionExample2.h
"
23
24
namespace
Elements
{
25
namespace
Examples {
26
27
int
functionExample2
(
const
int
j) {
28
return
j * j;
29
}
30
31
}
// namespace Examples
32
}
// namespace Elements
functionExample2.h
Elements::Examples::functionExample2
ELEMENTS_API int functionExample2(const int j)
Definition:
functionExample2.cpp:27
Elements
Definition:
callBackExample.h:35
Generated by
1.8.17