ANTAREX API

Clava API

LARA API

LARA Common Language API

(.js)
laraImport("clava.hdf5.Hdf5");

(.lara)
import clava.hdf5.Hdf5;

Hdf5

Hdf5

Hdf5

Utility methods related to the HDF5 library.


Static Members

convert

convert($type)

Parameters

$type: any

Returns

any - a String with the HDF5 code that represents the given type.

convertRecord

convertRecord($record, typeName)

Parameters

$record: any
typeName: any

Returns

any - String representing the HDF5 conversion code for the given record

toLibrary

toLibrary($records)

Parameters

$records: any - an array of $record join points which will be used to generate a library with HDF5 conversors for those records.

Returns

any - an array with $file join points, representing the files of the newly created library.

Global Functions

Hdf5_CImplementation

Hdf5_CImplementation(namespace, className, body)

Parameters

namespace: any
className: any
body: any

Hdf5_HDeclaration

Hdf5_HDeclaration(filename, className)

Parameters

filename: any
className: any