Elements
6.2
A C++ base framework for the Euclid Software.
ElementsExamples
src
lib
other
printProject.cpp
Go to the documentation of this file.
1
22
#include <iostream>
23
24
#include "
ElementsKernel/Project.h
"
// for Project
25
26
#include "
ElementsExamples/printProject.h
"
27
28
namespace
Elements
{
29
namespace
Examples {
30
31
void
printProject
() {
32
std::cout
<<
Project
() <<
std::endl
;
33
}
34
35
}
// namespace Examples
36
}
// namespace Elements
printProject.h
Elements::Project
Definition:
Project.h:41
Project.h
Defines tools to describe the current project.
std::cout
std::endl
T endl(T... args)
Elements::Examples::printProject
ELEMENTS_API void printProject()
Definition:
printProject.cpp:31
Elements
Definition:
callBackExample.h:35
Generated by
1.8.17