IODA
ioda::FillValuePolicies Namespace Reference

Holds the different default fill values used in ioda files produced by different backends. More...

Functions

template<class T >
HDF5_default ()
 
template<>
std::string HDF5_default< std::string > ()
 
template<class T >
netCDF4_default ()
 
template<>
std::string netCDF4_default< std::string > ()
 
template<>
signed char netCDF4_default< signed char > ()
 
template<>
char netCDF4_default< char > ()
 
template<>
int16_t netCDF4_default< int16_t > ()
 
template<>
int32_t netCDF4_default< int32_t > ()
 
template<>
float netCDF4_default< float > ()
 
template<>
double netCDF4_default< double > ()
 
template<>
unsigned char netCDF4_default< unsigned char > ()
 
template<>
uint16_t netCDF4_default< uint16_t > ()
 
template<>
uint32_t netCDF4_default< uint32_t > ()
 
template<>
int64_t netCDF4_default< int64_t > ()
 
template<>
uint64_t netCDF4_default< uint64_t > ()
 
template<class T >
void applyFillValuePolicy (FillValuePolicy pol, detail::FillValueData_t &fvd)
 Applies the fill value policy. This sets default fill values when fill values are not already provided. More...
 

Detailed Description

Holds the different default fill values used in ioda files produced by different backends.

This matters for netCDF4 vs HDF5-produced files. They have different default fill values.

Function Documentation

◆ HDF5_default()

template<class T >
T ioda::FillValuePolicies::HDF5_default ( )

Definition at line 40 of file FillPolicy.h.

◆ HDF5_default< std::string >()

template<>
std::string ioda::FillValuePolicies::HDF5_default< std::string > ( )
inline

Definition at line 44 of file FillPolicy.h.

◆ netCDF4_default< char >()

template<>
char ioda::FillValuePolicies::netCDF4_default< char > ( )
inline

Definition at line 64 of file FillPolicy.h.

Here is the caller graph for this function:

◆ netCDF4_default< double >()

template<>
double ioda::FillValuePolicies::netCDF4_default< double > ( )
inline

Definition at line 80 of file FillPolicy.h.

Here is the caller graph for this function:

◆ netCDF4_default< float >()

template<>
float ioda::FillValuePolicies::netCDF4_default< float > ( )
inline

Definition at line 76 of file FillPolicy.h.

Here is the caller graph for this function:

◆ netCDF4_default< int16_t >()

template<>
int16_t ioda::FillValuePolicies::netCDF4_default< int16_t > ( )
inline

Definition at line 68 of file FillPolicy.h.

Here is the caller graph for this function:

◆ netCDF4_default< int32_t >()

template<>
int32_t ioda::FillValuePolicies::netCDF4_default< int32_t > ( )
inline

Definition at line 72 of file FillPolicy.h.

Here is the caller graph for this function:

◆ netCDF4_default< int64_t >()

template<>
int64_t ioda::FillValuePolicies::netCDF4_default< int64_t > ( )
inline

Definition at line 96 of file FillPolicy.h.

Here is the caller graph for this function:

◆ netCDF4_default< signed char >()

template<>
signed char ioda::FillValuePolicies::netCDF4_default< signed char > ( )
inline

Definition at line 60 of file FillPolicy.h.

Here is the caller graph for this function:

◆ netCDF4_default< std::string >()

template<>
std::string ioda::FillValuePolicies::netCDF4_default< std::string > ( )
inline

Definition at line 56 of file FillPolicy.h.

◆ netCDF4_default< uint16_t >()

template<>
uint16_t ioda::FillValuePolicies::netCDF4_default< uint16_t > ( )
inline

Definition at line 88 of file FillPolicy.h.

Here is the caller graph for this function:

◆ netCDF4_default< uint32_t >()

template<>
uint32_t ioda::FillValuePolicies::netCDF4_default< uint32_t > ( )
inline

Definition at line 92 of file FillPolicy.h.

Here is the caller graph for this function:

◆ netCDF4_default< uint64_t >()

template<>
uint64_t ioda::FillValuePolicies::netCDF4_default< uint64_t > ( )
inline

Definition at line 100 of file FillPolicy.h.

Here is the caller graph for this function:

◆ netCDF4_default< unsigned char >()

template<>
unsigned char ioda::FillValuePolicies::netCDF4_default< unsigned char > ( )
inline

Definition at line 84 of file FillPolicy.h.

Here is the caller graph for this function: