(git:c5411e0)
Loading...
Searching...
No Matches
cp_result_types::cp_result_type Type Reference

contains arbitrary information which need to be stored More...

Data Fields

integer ref_count = -1
 
type(cp_result_value_p_type), dimension(:), pointer result_value => NULL()
 
character(len=default_string_length), dimension(:), pointer result_label => NULL()
 

Detailed Description

contains arbitrary information which need to be stored

Note
result_list is a character list, in which everything can be stored before passing any variable just name the variable like '[NAME]' brackets will be used to identify the start of a new set
Author
fschiff (12.2007)

Definition at line 73 of file cp_result_types.F.

Field Documentation

◆ ref_count

integer cp_result_types::cp_result_type::ref_count = -1

Definition at line 74 of file cp_result_types.F.

◆ result_value

type(cp_result_value_p_type), dimension(:), pointer cp_result_types::cp_result_type::result_value => NULL()

Definition at line 75 of file cp_result_types.F.

◆ result_label

character(len=default_string_length), dimension(:), pointer cp_result_types::cp_result_type::result_label => NULL()

Definition at line 76 of file cp_result_types.F.


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