Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | Variable_SERIALIZE_TYPE | = | 100 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(KeywordEnforcer), | intent(in), | optional | :: | unusable | ||
integer, | intent(in), | optional | :: | type | ||
character(len=*), | intent(in), | optional | :: | dimensions | ||
integer, | intent(in), | optional | :: | chunksizes(:) | ||
type(UnlimitedEntity), | intent(in), | optional | :: | const_value | ||
integer, | intent(in), | optional | :: | deflation | ||
integer, | intent(in), | optional | :: | quantize_algorithm | ||
integer, | intent(in), | optional | :: | quantize_level | ||
integer, | intent(in), | optional | :: | zstandard_level | ||
integer, | intent(out), | optional | :: | rc |
private function new_Variable (unusable, type, dimensions, chunksizes, const_value, deflation, quantize_algorithm, quantize_level, zstandard_level, rc) |
generic, public :: add_attribute => add_attribute_0d | |
generic, public :: add_attribute => add_attribute_1d | |
procedure, public :: add_attribute_0d | |
procedure, public :: add_attribute_1d | |
procedure, public :: add_const_value | |
procedure, public :: equal | |
procedure, public :: get_attribute | |
procedure, public :: get_attributes | |
procedure, public :: get_chunksizes | |
procedure, public :: get_const_value | |
procedure, public :: get_deflation | |
procedure, public :: get_dimensions | |
procedure, public :: get_ith_dimension | |
procedure, public :: get_quantize_algorithm | |
procedure, public :: get_quantize_level | |
procedure, public :: get_type | |
procedure, public :: get_zstandard_level | |
procedure, public :: is_attribute_present | |
procedure, public :: not_equal | |
generic, public :: operator(/=) => not_equal | |
generic, public :: operator(==) => equal | |
procedure, public :: remove_attribute | |
procedure, public :: serialize | |
procedure, public :: set_deflation |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | buffer(:) | |||
type(Variable), | intent(inout) | :: | var | |||
integer, | intent(out), | optional | :: | rc |