EventAnalysis  1.0.0
PersistenceConfigurationTokensHandler.h
Go to the documentation of this file.
1 /*
2  * PersistenceConfigurationTokensHandler.h
3  *
4  * Created on: 18 Aug 2017
5  * Author: Nicola Mori
6  */
7 
10 #ifndef PERSISTENCECONFIGURATIONTOKENSHANDLER_H_
11 #define PERSISTENCECONFIGURATIONTOKENSHANDLER_H_
12 
15 
16 namespace EA {
17 
19 
20 public:
26  : ConfigurationTokensHandler(manager, clParams) {}
27 
49  bool HandleTokens(const std::vector<std::string> &tokens);
50 
51 private:
53 };
54 
55 } // namespace EA
56 
57 #endif /* PERSISTENCECONFIGURATIONTOKENSHANDLER_H_ */
bool HandleTokens(const std::vector< std::string > &tokens)
Handles persistence service configuration tokens.
Definition: PersistenceConfigurationTokensHandler.cpp:18
A smart pointer not owning the wrapped object.
Definition: ObserverPtr.h:28
IncludeFileExc.h IncludeFileExc class declaration.
Definition: Algorithm.h:21
A class to store parameters passed from command line.
Definition: CommandLineParameters.h:31
observer_ptr< PersistenceService > _persistence
Definition: PersistenceConfigurationTokensHandler.h:52
PersistenceConfigurationTokensHandler(AnalysisManager &manager, const CommandLineParameters &clParams)
Constructor.
Definition: PersistenceConfigurationTokensHandler.h:25
Interface of configuration token handler classes.
Definition: ConfigurationTokensHandler.h:34
Definition: PersistenceConfigurationTokensHandler.h:18
The top-level class managing the setup and run of the data analysis.
Definition: AnalysisManager.h:27