ChimeraTK-ApplicationCore  04.01.00
ExampleApp.cc
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Deutsches Elektronen-Synchrotron DESY, MSK, ChimeraTK Project <chimeratk-support@desy.de>
2 // SPDX-License-Identifier: LGPL-3.0-or-later
3 
4 /*
5  * This example is explained as part of the \ref conceptualOverview. Please refere there for step-by-step explanations.
6  * Reading the full example might not be a good starting point for learning ApplicationCore as it can be overwelming
7  * and lacks important background information.
8  *
9  * Please ignore all comments of the format "//! [some name]", those are used for Doxygen to include code snippets in
10  * the documentation pages.
11  */
12 
13 #include "ExampleApp.h"
14 
15 /*********************************************************************************************************************/
16 
19  shutdown();
20 }
22 
23 /*********************************************************************************************************************/
ChimeraTK::Application::shutdown
void shutdown() override
This will remove the global pointer to the instance and allows creating another instance afterwards.
Definition: Application.cc:207
ExampleApp::~ExampleApp
~ExampleApp() override
[Snippet: Destructor]
Definition: ExampleApp.cc:18
ExampleApp.h