Elements  5.10
A C++ base framework for the Euclid Software.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Namespaces | Classes
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...
 

Detailed Description

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