FLASH-X
Doxygen Generated Documentation From Interface Source Code
Data Types | Modules | Functions/Subroutines | Variables
nameValueLL_data.F90 File Reference

Go to the source code of this file.

Data Types

type  nameValueLL_data::real_list_type
 
type  nameValueLL_data::int_list_type
 
type  nameValueLL_data::str_list_type
 
type  nameValueLL_data::log_list_type
 
type  nameValueLL_data::context_type
 
interface  nameValueLL_data::nameValueLL_initContext
 
interface  nameValueLL_data::nameValueLL_getType
 
interface  nameValueLL_data::nameValueLL_find
 
interface  nameValueLL_data::nameValueLL_add
 
interface  nameValueLL_data::nameValueLL_check
 

Modules

module  nameValueLL_data
 

Functions/Subroutines

subroutine nameValueLL_data::initContext (context)
 
subroutine nameValueLL_data::getType (context, name, name_type)
 
subroutine nameValueLL_data::nameValueLL_findReal (context, name, result)
 
subroutine nameValueLL_data::nameValueLL_findInt (context, name, result)
 
subroutine nameValueLL_data::nameValueLL_findStr (context, name, result)
 
subroutine nameValueLL_data::nameValueLL_findLog (context, name, result)
 
subroutine nameValueLL_data::nameValueLL_addReal (context, name, value, state)
 
subroutine nameValueLL_data::nameValueLL_addInt (context, name, value, state)
 
subroutine nameValueLL_data::nameValueLL_addStr (context, name, value, state)
 
subroutine nameValueLL_data::nameValueLL_addLog (context, name, value, state)
 
subroutine nameValueLL_data::nameValueLL_checkReal (node, value, valid)
 
subroutine nameValueLL_data::nameValueLL_checkInt (node, value, valid)
 
subroutine nameValueLL_data::nameValueLL_checkStr (node, value, valid)
 

Variables

integer, parameter nameValueLL_data::NUM_MAX_RULES = 10
 
integer, parameter nameValueLL_data::name_real = 1
 
integer, parameter nameValueLL_data::name_int = 2
 
integer, parameter nameValueLL_data::name_str = 3
 
integer, parameter nameValueLL_data::name_log = 4
 
integer, parameter nameValueLL_data::name_invalid = 0
 
integer, parameter nameValueLL_data::TYPE_CONST = 0
 
integer, parameter nameValueLL_data::TYPE_VAR = 1
 
integer, save nameValueLL_data::num_params = 0