diff --git a/dev/api/index.html b/dev/api/index.html index 6f6fd42..b0ffb06 100644 --- a/dev/api/index.html +++ b/dev/api/index.html @@ -1,4 +1,4 @@ -API · LegendDataTypes

API

API

Types

Functions

Documentation

Base.getindexMethod.
getindex(input::AbstractLegendInput, key::AbstractString)
-getindex(input::AbstractLegendInput, key::AbstractString, idxs::AbstractVector)

Get object at key from input.

source
Base.getindexMethod.
setindex!(output::AbstractLegendOutput, key::AbstractString)
-getindex(output::AbstractLegendOutput, key::AbstractString, idxs::AbstractVector)

Get object at key from input.

source
getunits(x)

Get the units of x, falls back to Unitful.unit(x) if no specialized method is defined for the type of x.

LEGEND I/O packages shoud add methods for the I/O-object types they handle.

source
readdata(input, SomeDataType::Type)

Read a value of type SomeDataType from input.

source
setunits!(x)

Set the units of x.

LEGEND I/O packages will need to add methods for the I/O-object types they handle.

source
readdata(input, x::SomeDataType)

Write a value x to output.

source
+API · LegendDataTypes

API

API

Types

Functions

Documentation

Base.getindexMethod.
getindex(input::AbstractLegendInput, key::AbstractString)
+getindex(input::AbstractLegendInput, key::AbstractString, idxs::AbstractVector)

Get object at key from input.

source
Base.getindexMethod.
setindex!(output::AbstractLegendOutput, key::AbstractString)
+getindex(output::AbstractLegendOutput, key::AbstractString, idxs::AbstractVector)

Get object at key from input.

source
getunits(x)

Get the units of x, falls back to Unitful.unit(x) if no specialized method is defined for the type of x.

LEGEND I/O packages shoud add methods for the I/O-object types they handle.

source
readdata(input, SomeDataType::Type)

Read a value of type SomeDataType from input.

source
setunits!(x)

Set the units of x.

LEGEND I/O packages will need to add methods for the I/O-object types they handle.

source
readdata(input, x::SomeDataType)

Write a value x to output.

source