38class ARCANE_IMPL_EXPORT ArcaneMainExecInfo
44 , m_main_factory(factory)
49 , m_main_factory(factory)
50 , m_application_build_info(build_info)
51 , m_has_build_info(
true)
59 int returnValue()
const {
return m_ret_val; }
60 IArcaneMain* arcaneMainClass()
const {
return m_exec_main; }
68 bool m_has_build_info =
false;
71 bool m_clean_abort =
false;
int initialize()
Creation of the 'IArcaneMain' instance.
const ApplicationInfo & m_app_info
WARNING: reference.
Interface of the code management class.
Interface of a functor to execute code directly after the creation of a subdomain without going throu...
Factory for Arcane classes.