netcdfpp
Header-only NetCDF C++ wrapper
Loading...
Searching...
No Matches
Public Attributes | List of all members
netCDF::UserType::CompoundField Struct Reference

Compound field metadata. More...

#include <netcdfpp.h>

Public Attributes

nc_type type
 NetCDF type id of the field.
 
std::string name
 Field name.
 
std::size_t offset
 Byte offset of the field in the compound type.
 
std::vector< int > dimensions
 Array dimensions for array fields; empty for scalar fields.
 

Detailed Description

Compound field metadata.

Member Data Documentation

◆ dimensions

std::vector<int> netCDF::UserType::CompoundField::dimensions

Array dimensions for array fields; empty for scalar fields.

◆ name

std::string netCDF::UserType::CompoundField::name

Field name.

◆ offset

std::size_t netCDF::UserType::CompoundField::offset

Byte offset of the field in the compound type.

◆ type

nc_type netCDF::UserType::CompoundField::type

NetCDF type id of the field.


The documentation for this struct was generated from the following file: