![]() |
(git:9807808)
|
Central dispatch for basic hooks. More...
Functions/Subroutines | |
| subroutine, public | cp_abort (location, message) |
| Terminate the program. | |
| subroutine, public | cp_warn (location, message) |
| Issue a warning. | |
| subroutine, public | cp_hint (location, message) |
| Issue a hint. | |
| subroutine, public | timeset (routinen, handle) |
| Start timer. | |
| subroutine, public | timestop (handle) |
| Stop timer. | |
| subroutine, public | cp__a (filename, linenr) |
| CPASSERT handler. | |
| subroutine, public | cp__b (filename, linenr, message) |
| CPABORT handler. | |
| subroutine, public | cp__w (filename, linenr, message) |
| CPWARN handler. | |
| subroutine, public | cp__h (filename, linenr, message) |
| CPHINT handler. | |
| character(len=default_string_length) function, public | cp__l (filename, linenr) |
| Helper routine to assemble LOCATION | |
Variables | |
| procedure(cp_abort_interface), pointer, public | cp_abort_hook => Null() |
| procedure(cp_warn_interface), pointer, public | cp_warn_hook => Null() |
| procedure(cp_hint_interface), pointer, public | cp_hint_hook => Null() |
| procedure(timeset_interface), pointer, public | timeset_hook => Null() |
| procedure(timestop_interface), pointer, public | timestop_hook => Null() |
Central dispatch for basic hooks.
| subroutine, public base_hooks::cp_abort | ( | character(len=*), intent(in) | location, |
| character(len=*), intent(in) | message | ||
| ) |
Terminate the program.
| location | ... |
| message | ... |
Definition at line 72 of file base_hooks.F.
| subroutine, public base_hooks::cp_warn | ( | character(len=*), intent(in) | location, |
| character(len=*), intent(in) | message | ||
| ) |
Issue a warning.
| location | ... |
| message | ... |
Definition at line 92 of file base_hooks.F.
| subroutine, public base_hooks::cp_hint | ( | character(len=*), intent(in) | location, |
| character(len=*), intent(in) | message | ||
| ) |
Issue a hint.
| location | ... |
| message | ... |
Definition at line 109 of file base_hooks.F.
| subroutine, public base_hooks::timeset | ( | character(len=*), intent(in) | routinen, |
| integer, intent(out) | handle | ||
| ) |
Start timer.
| routineN | ... |
| handle | ... |
Definition at line 126 of file base_hooks.F.
| subroutine, public base_hooks::timestop | ( | integer, intent(in) | handle | ) |
Stop timer.
| handle | ... |
Definition at line 142 of file base_hooks.F.
| subroutine, public base_hooks::cp__a | ( | character(len=*), intent(in) | filename, |
| integer, intent(in) | linenr | ||
| ) |
CPASSERT handler.
| filename | ... |
| lineNr | ... |
Definition at line 159 of file base_hooks.F.
| subroutine, public base_hooks::cp__b | ( | character(len=*), intent(in) | filename, |
| integer, intent(in) | linenr, | ||
| character(len=*), intent(in) | message | ||
| ) |
CPABORT handler.
| filename | ... |
| lineNr | ... |
| message | ... |
Definition at line 175 of file base_hooks.F.
| subroutine, public base_hooks::cp__w | ( | character(len=*), intent(in) | filename, |
| integer, intent(in) | linenr, | ||
| character(len=*), intent(in) | message | ||
| ) |
CPWARN handler.
| filename | ... |
| lineNr | ... |
| message | ... |
Definition at line 192 of file base_hooks.F.
| subroutine, public base_hooks::cp__h | ( | character(len=*), intent(in) | filename, |
| integer, intent(in) | linenr, | ||
| character(len=*), intent(in) | message | ||
| ) |
CPHINT handler.
| filename | ... |
| lineNr | ... |
| message | ... |
Definition at line 207 of file base_hooks.F.
| character(len=default_string_length) function, public base_hooks::cp__l | ( | character(len=*), intent(in) | filename, |
| integer, intent(in) | linenr | ||
| ) |
Helper routine to assemble LOCATION
| filename | ... |
| lineNr | ... |
Definition at line 222 of file base_hooks.F.
| procedure(cp_abort_interface), pointer, public base_hooks::cp_abort_hook => Null() |
Definition at line 58 of file base_hooks.F.
| procedure(cp_warn_interface), pointer, public base_hooks::cp_warn_hook => Null() |
Definition at line 59 of file base_hooks.F.
| procedure(cp_hint_interface), pointer, public base_hooks::cp_hint_hook => Null() |
Definition at line 60 of file base_hooks.F.
| procedure(timeset_interface), pointer, public base_hooks::timeset_hook => Null() |
Definition at line 61 of file base_hooks.F.
| procedure(timestop_interface), pointer, public base_hooks::timestop_hook => Null() |
Definition at line 62 of file base_hooks.F.