Go to the source code of this file.
|
type(ncdf_value) function, pointer, public | ncdf_value_m::ncdf_value_create () |
|
recursive subroutine, public | ncdf_value_m::ncdf_value_destroy (this, destroy_next) |
|
subroutine, public | ncdf_value_m::ncdf_value_add (this, member) |
|
integer function, public | ncdf_value_m::ncdf_value_count (this) |
|
type(ncdf_value) function, pointer | ncdf_value_m::ncdf_get_by_index (this, index) |
|
type(ncdf_value) function, pointer | ncdf_value_m::ncdf_get_by_name_chars (this, name) |
|
type(ncdf_value) function, pointer | ncdf_value_m::ncdf_get_by_name_string (this, name) |
|
recursive subroutine, public | ncdf_value_m::ncdf_value_print (this, indent) |
|
|
integer, parameter, public | ncdf_value_m::type_unknown = -1 |
|
integer, parameter, public | ncdf_value_m::type_null = 0 |
|
integer, parameter, public | ncdf_value_m::type_object = 1 |
|
integer, parameter, public | ncdf_value_m::type_array = 2 |
|
integer, parameter, public | ncdf_value_m::type_string = 3 |
|
integer, parameter, public | ncdf_value_m::type_integer = 4 |
|
integer, parameter, public | ncdf_value_m::type_real = 5 |
|
integer, parameter, public | ncdf_value_m::type_logical = 6 |
|