CP2K 2.4 (Revision 12889)
Private Attributes

input_enumeration_types::enumeration_type Struct Reference

represents an enumaration, i.e. a mapping between strings and numbers More...

Collaboration diagram for input_enumeration_types::enumeration_type:

List of all members.

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

Detailed Description

represents an enumaration, i.e. a mapping between strings and numbers

Parameters:
id_nridentification number (unique)
ref_countreference count
c_valsstring values
i_valsinteger values
strictif integer values not in the list should be accepted
Author:
fawzi

Definition at line 38 of file input_enumeration_types.f90.


Member Data Documentation

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.

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.

Definition at line 43 of file input_enumeration_types.f90.


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