RMPCDMD
Public Member Functions | Private Member Functions | Private Attributes | List of all members
common::timer_list_t Type Reference
Collaboration diagram for common::timer_list_t:
Collaboration graph
[legend]

Public Member Functions

generic, public init => timer_list_init
 
generic, public append => timer_list_append
 
generic, public write => timer_list_write
 

Private Member Functions

procedure, private timer_list_init
 
procedure, private timer_list_append
 
procedure, private timer_list_write
 

Private Attributes

type(timer_pointer_t), dimension(:), allocatable timers
 
integer current_idx
 

Detailed Description

Definition at line 114 of file common.f90.

Member Function/Subroutine Documentation

◆ append()

generic, public common::timer_list_t::append ( )

Definition at line 120 of file common.f90.

◆ init()

generic, public common::timer_list_t::init ( )

Definition at line 118 of file common.f90.

◆ timer_list_append()

procedure, private common::timer_list_t::timer_list_append ( )
private

Definition at line 121 of file common.f90.

◆ timer_list_init()

procedure, private common::timer_list_t::timer_list_init ( )
private

Definition at line 119 of file common.f90.

◆ timer_list_write()

procedure, private common::timer_list_t::timer_list_write ( )
private

Definition at line 123 of file common.f90.

◆ write()

generic, public common::timer_list_t::write ( )

Definition at line 122 of file common.f90.

Member Data Documentation

◆ current_idx

integer common::timer_list_t::current_idx
private

Definition at line 116 of file common.f90.

◆ timers

type(timer_pointer_t), dimension(:), allocatable common::timer_list_t::timers
private

Definition at line 115 of file common.f90.


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