class HDF5::Datatype

Defined in:

hdf5/datatype.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : LibHDF5::Hid) #

[View source]

Instance Method Detail

def array? : Bool #

[View source]
def array_dims : Array(UInt64) #

[View source]
def array_rank : Int32 #

[View source]
def base_type : Datatype | Nil #

[View source]
def bitfield? : Bool #

[View source]
def close #

[View source]
def complex? : Bool #

[View source]
def compound? : Bool #

[View source]
def enum? : Bool #

[View source]
def finalize #

[View source]
def fixed_length_string? : Bool #

[View source]
def float? : Bool #

[View source]
def id : LibHDF5::Hid #

[View source]
def integer? : Bool #

[View source]
def member(index : Int) : CompoundMember #

[View source]
def member_count : Int32 #

[View source]
def members : Array(CompoundMember) #

[View source]
def object_reference? : Bool #

[View source]
def opaque? : Bool #

[View source]
def reference? : Bool #

[View source]
def signed? : Bool #

[View source]
def size : Int32 #

[View source]
def string? : Bool #

[View source]
def string_encoding : StringEncoding #

[View source]
def string_padding : StringPadding #

[View source]
def time? : Bool #

[View source]
def type_class : LibHDF5::TypeClass #

[View source]
def unsigned? : Bool #

[View source]
def variable_length_string? : Bool #

[View source]
def vlen? : Bool #

[View source]