|
CP2K 2.4 (Revision 12889)
|
represents an enumaration, i.e. a mapping between strings and numbers More...
Collaboration diagram for input_enumeration_types::enumeration_type:Private Attributes | |
| INTEGER | id_nr |
| INTEGER | ref_count |
| CHARACTER(len=default_string_length), dimension(:), pointer | c_vals |
| CHARACTER(len=keyword_desc_length), dimension(:), pointer | desc |
| INTEGER, dimension(:), pointer | i_vals |
| LOGICAL | strict |
represents an enumaration, i.e. a mapping between strings and numbers
| id_nr | identification number (unique) |
| ref_count | reference count |
| c_vals | string values |
| i_vals | integer values |
| strict | if integer values not in the list should be accepted |
Definition at line 38 of file input_enumeration_types.f90.
CHARACTER(len=default_string_length),dimension(:),pointer input_enumeration_types::enumeration_type::c_vals [private] |
Definition at line 40 of file input_enumeration_types.f90.
CHARACTER(len=keyword_desc_length),dimension(:),pointer input_enumeration_types::enumeration_type::desc [private] |
Definition at line 41 of file input_enumeration_types.f90.
INTEGER,dimension(:),pointer input_enumeration_types::enumeration_type::i_vals [private] |
Definition at line 42 of file input_enumeration_types.f90.
Definition at line 39 of file input_enumeration_types.f90.
Definition at line 39 of file input_enumeration_types.f90.
LOGICAL input_enumeration_types::enumeration_type::strict [private] |
Definition at line 43 of file input_enumeration_types.f90.
1.7.3