class
HDF5::Datatype
- HDF5::Datatype
- Reference
- Object
Defined in:
hdf5/datatype.crConstructors
Instance Method Summary
- #array? : Bool
- #array_dims : Array(UInt64)
- #array_rank : Int32
- #base_type : Datatype | Nil
- #bitfield? : Bool
- #close
- #complex? : Bool
- #compound? : Bool
- #enum? : Bool
- #finalize
- #fixed_length_string? : Bool
- #float? : Bool
- #id : LibHDF5::Hid
- #integer? : Bool
- #member(index : Int) : CompoundMember
- #member_count : Int32
- #members : Array(CompoundMember)
- #object_reference? : Bool
- #opaque? : Bool
- #reference? : Bool
- #signed? : Bool
- #size : Int32
- #string? : Bool
- #string_encoding : StringEncoding
- #string_padding : StringPadding
- #time? : Bool
- #type_class : LibHDF5::TypeClass
- #unsigned? : Bool
- #variable_length_string? : Bool
- #vlen? : Bool