takane
Validators for ArtifactDB file formats
Loading...
Searching...
No Matches
takane::atomic_vector Namespace Reference

Definitions for atomic vectors. More...

Functions

void validate (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options)
 
size_t height (const std::filesystem::path &path, const ObjectMetadata &metadata, Options &options)
 

Detailed Description

Definitions for atomic vectors.

Function Documentation

◆ height()

size_t takane::atomic_vector::height ( const std::filesystem::path & path,
const ObjectMetadata & metadata,
Options & options )
inline
Parameters
pathPath to the directory containing the atomic vector.
metadataMetadata for the object, typically read from its OBJECT file.
optionsValidation options.
Returns
Length of the vector.

◆ validate()

void takane::atomic_vector::validate ( const std::filesystem::path & path,
const ObjectMetadata & metadata,
Options & options )
inline
Parameters
pathPath to the directory containing the atomic vector.
metadataMetadata for the object, typically read from its OBJECT file.
optionsValidation options.