Elements  6.2
A C++ base framework for the Euclid Software.
Namespaces | Classes | Macros
ElementsExamples: Programming Examples Module

Various examples to create executables, libraries, python modules etc. More...

Collaboration diagram for ElementsExamples: Programming Examples Module:

Namespaces

 Elements
 

Classes

class  Elements::Examples::ClassExample
 An class example. More...
 
class  Elements::Examples::DataSourceInterface
 This class has been created to demonstrate unit testing. It is an Interface over a DataSource (a File, a DataBase Table, ...). More...
 
class  Elements::Examples::TemplatedDataSourceUser
 This class has been created to demonstrate unit testing. It manipulate an object representing a DataSource using template to achieve polymorphism. More...
 
class  Elements::Examples::UnitTestExample
 This class has been created to demonstrate unit testing. More...
 

Macros

#define ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_TEMPLATEDDATASOURCEUSER_IMPL_
 

Detailed Description

Various examples to create executables, libraries, python modules etc.

Macro Definition Documentation

◆ ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_TEMPLATEDDATASOURCEUSER_IMPL_

#define ELEMENTSEXAMPLES_ELEMENTSEXAMPLES_TEMPLATEDDATASOURCEUSER_IMPL_

Definition at line 62 of file TemplatedDataSourceUser.h.