Public Types | |
| typedef std::map< String, List< TimeLoopEntryPointInfo > > | EntryPointInfoMap |
Public Member Functions | |
| TimeLoopPrivate (IApplication *mng, const String &name) | |
Public Attributes | |
| IApplication * | m_application |
| Application. | |
| String | m_name |
| Name. | |
| String | m_title |
| Title. | |
| String | m_description |
| Description. | |
| bool | m_is_old |
| StringList | m_required_modules_name |
| True if time loop is in the old format. | |
| StringList | m_optional_modules_name |
| StringList | m_user_classes |
| List of user classes. | |
| EntryPointInfoMap | m_entry_points |
| List< TimeLoopSingletonServiceInfo > | m_singleton_services |
| IConfiguration * | m_configuration |
Definition at line 56 of file TimeLoop.cc.
| typedef std::map<String, List<TimeLoopEntryPointInfo> > Arcane::TimeLoopPrivate::EntryPointInfoMap |
Definition at line 60 of file TimeLoop.cc.
| Arcane::TimeLoopPrivate::TimeLoopPrivate | ( | IApplication * | mng, |
| const String & | name ) |
Definition at line 96 of file TimeLoop.cc.
|
inline |
Definition at line 65 of file TimeLoop.cc.
| IApplication* Arcane::TimeLoopPrivate::m_application |
Application.
Definition at line 69 of file TimeLoop.cc.
| IConfiguration* Arcane::TimeLoopPrivate::m_configuration |
Definition at line 79 of file TimeLoop.cc.
| String Arcane::TimeLoopPrivate::m_description |
Description.
Definition at line 72 of file TimeLoop.cc.
| EntryPointInfoMap Arcane::TimeLoopPrivate::m_entry_points |
Definition at line 77 of file TimeLoop.cc.
| bool Arcane::TimeLoopPrivate::m_is_old |
Definition at line 73 of file TimeLoop.cc.
| String Arcane::TimeLoopPrivate::m_name |
Name.
Definition at line 70 of file TimeLoop.cc.
| StringList Arcane::TimeLoopPrivate::m_optional_modules_name |
Definition at line 75 of file TimeLoop.cc.
| StringList Arcane::TimeLoopPrivate::m_required_modules_name |
True if time loop is in the old format.
Definition at line 74 of file TimeLoop.cc.
| List<TimeLoopSingletonServiceInfo> Arcane::TimeLoopPrivate::m_singleton_services |
Definition at line 78 of file TimeLoop.cc.
| String Arcane::TimeLoopPrivate::m_title |
Title.
Definition at line 71 of file TimeLoop.cc.
| StringList Arcane::TimeLoopPrivate::m_user_classes |
List of user classes.
Definition at line 76 of file TimeLoop.cc.