FLASH-X
Doxygen Generated Documentation From Interface Source Code
Public Member Functions | List of all members
nameValueLL_data::nameValueLL_find Interface Reference
Collaboration diagram for nameValueLL_data::nameValueLL_find:
Collaboration graph

Public Member Functions

subroutine nameValueLL_findReal (context, name, result)
 
subroutine nameValueLL_findInt (context, name, result)
 
subroutine nameValueLL_findStr (context, name, result)
 
subroutine nameValueLL_findLog (context, name, result)
 

Detailed Description

Definition at line 101 of file nameValueLL_data.F90.

Member Function/Subroutine Documentation

◆ nameValueLL_findInt()

subroutine nameValueLL_data::nameValueLL_find::nameValueLL_findInt ( type (context_type), intent(in)  context,
character(len=*), intent(in)  name,
type (int_list_type), pointer  result 
)

Definition at line 227 of file nameValueLL_data.F90.

References makeLowercase().

Here is the call graph for this function:

◆ nameValueLL_findLog()

subroutine nameValueLL_data::nameValueLL_find::nameValueLL_findLog ( type (context_type), intent(in)  context,
character(len=*), intent(in)  name,
type (log_list_type), pointer  result 
)

Definition at line 265 of file nameValueLL_data.F90.

References makeLowercase().

Here is the call graph for this function:

◆ nameValueLL_findReal()

subroutine nameValueLL_data::nameValueLL_find::nameValueLL_findReal ( type (context_type), intent(in)  context,
character(len=*), intent(in)  name,
type (real_list_type), pointer  result 
)

Find a name in a linked list using its name. Return a pointer to the name's node if it's found, otherwise return a null pointer. This subroutine is overloaded it implements nameValueLL_findReal, nameValueLL_findInt, nameValueLL_findStr, and nameValueLL_findLog

name: name of string (in) value: name value

Definition at line 205 of file nameValueLL_data.F90.

References makeLowercase().

Here is the call graph for this function:

◆ nameValueLL_findStr()

subroutine nameValueLL_data::nameValueLL_find::nameValueLL_findStr ( type (context_type), intent(in)  context,
character(len=*), intent(in)  name,
type (str_list_type), pointer  result 
)

Definition at line 246 of file nameValueLL_data.F90.

References makeLowercase().

Here is the call graph for this function:

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