Enum Ownership

Enum Documentation

enum sparsebase::format::Ownership

Enum depicting the ownership status of a Format instance.

Values:

enumerator kNotOwned

When used the arrays are owned by the user (Format instance is not responsible from deallocation)

enumerator kOwned

When used the arrays are owned and will be deallocated by the Format instance