class HDF5::Reference

Defined in:

hdf5/reference.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ref : LibHDF5::Reference) #

[View source]
def self.object(location, path : String) : Reference #

[View source]

Instance Method Detail

def close : Nil #

[View source]
def file_name : String #

[View source]
def finalize #

[View source]
def open : Group | Dataset #

[View source]
def target_path : String #

[View source]
def target_type : Symbol #

[View source]
def to_hdf5_reference : LibHDF5::Reference #

[View source]