5#ifndef CBM_SERVICES_HISTSERV_TESTER_APPLICATION_H
6#define CBM_SERVICES_HISTSERV_TESTER_APPLICATION_H 1
45 std::shared_ptr<cbm::algo::HistogramSender>
fpSender =
nullptr;
Application(Application &&)=delete
Move constructor forbidden.
void Exec()
Run the application.
~Application()=default
Destructor.
Application & operator=(const Application &)=delete
Copy assignment operator forbidden.
Application(const Application &)=delete
Copy constructor forbidden.
ProgramOptions const & fOpt
Program options object.
std::shared_ptr< cbm::algo::HistogramSender > fpSender
Interface.
Application & operator=(Application &&)=delete
Move assignment operator forbidden.
Application(ProgramOptions const &opt)
Standard constructor, initialises the application.