Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::TimeLoopPrivate Class Reference

Public Types

typedef std::map< String, List< TimeLoopEntryPointInfo > > EntryPointInfoMap

Public Member Functions

 TimeLoopPrivate (IApplication *mng, const String &name)

Public Attributes

IApplicationm_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< TimeLoopSingletonServiceInfom_singleton_services
IConfigurationm_configuration

Detailed Description

Definition at line 56 of file TimeLoop.cc.

Member Typedef Documentation

◆ EntryPointInfoMap

typedef std::map<String, List<TimeLoopEntryPointInfo> > Arcane::TimeLoopPrivate::EntryPointInfoMap

Definition at line 60 of file TimeLoop.cc.

Constructor & Destructor Documentation

◆ TimeLoopPrivate()

Arcane::TimeLoopPrivate::TimeLoopPrivate ( IApplication * mng,
const String & name )

Definition at line 96 of file TimeLoop.cc.

◆ ~TimeLoopPrivate()

Arcane::TimeLoopPrivate::~TimeLoopPrivate ( )
inline

Definition at line 65 of file TimeLoop.cc.

Member Data Documentation

◆ m_application

IApplication* Arcane::TimeLoopPrivate::m_application

Application.

Definition at line 69 of file TimeLoop.cc.

◆ m_configuration

IConfiguration* Arcane::TimeLoopPrivate::m_configuration

Definition at line 79 of file TimeLoop.cc.

◆ m_description

String Arcane::TimeLoopPrivate::m_description

Description.

Definition at line 72 of file TimeLoop.cc.

◆ m_entry_points

EntryPointInfoMap Arcane::TimeLoopPrivate::m_entry_points

Definition at line 77 of file TimeLoop.cc.

◆ m_is_old

bool Arcane::TimeLoopPrivate::m_is_old

Definition at line 73 of file TimeLoop.cc.

◆ m_name

String Arcane::TimeLoopPrivate::m_name

Name.

Definition at line 70 of file TimeLoop.cc.

◆ m_optional_modules_name

StringList Arcane::TimeLoopPrivate::m_optional_modules_name

Definition at line 75 of file TimeLoop.cc.

◆ m_required_modules_name

StringList Arcane::TimeLoopPrivate::m_required_modules_name

True if time loop is in the old format.

Definition at line 74 of file TimeLoop.cc.

◆ m_singleton_services

List<TimeLoopSingletonServiceInfo> Arcane::TimeLoopPrivate::m_singleton_services

Definition at line 78 of file TimeLoop.cc.

◆ m_title

String Arcane::TimeLoopPrivate::m_title

Title.

Definition at line 71 of file TimeLoop.cc.

◆ m_user_classes

StringList Arcane::TimeLoopPrivate::m_user_classes

List of user classes.

Definition at line 76 of file TimeLoop.cc.


The documentation for this class was generated from the following file: