eVaf
exithandler.h
Go to the documentation of this file.
1 
20 #ifndef __CLI_EXITHANDLER_H
21 # define __CLI_EXITHANDLER_H
22 
23 namespace eVaf {
24 namespace CLI {
25 namespace Internal {
26 
33 bool installExitHandler();
34 
35 } // namespace eVaf::CLI::Internal
36 } // namespace eVaf::CLI
37 } // namespace eVaf
38 
39 #endif // exithandler.h
Global eVaf namespace.
Definition: engine.h:37
bool installExitHandler()
Installs an exit handler for the selected platform.