netcdfpp
Header-only NetCDF C++ wrapper
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
netCDF::VLenElement< T > Struct Template Reference

RAII wrapper for one NetCDF variable-length value returned by the C API. More...

#include <netcdfpp.h>

Public Member Functions

 VLenElement ()
 
 ~VLenElement ()
 

Public Attributes

const std::size_t size
 Number of elements.
 
const T * data
 Pointer to the allocated element data.
 

Detailed Description

template<typename T>
struct netCDF::VLenElement< T >

RAII wrapper for one NetCDF variable-length value returned by the C API.

Constructor & Destructor Documentation

◆ VLenElement()

template<typename T >
netCDF::VLenElement< T >::VLenElement ( )
inline

◆ ~VLenElement()

template<typename T >
netCDF::VLenElement< T >::~VLenElement ( )
inline

Member Data Documentation

◆ data

template<typename T >
const T* netCDF::VLenElement< T >::data

Pointer to the allocated element data.

◆ size

template<typename T >
const std::size_t netCDF::VLenElement< T >::size

Number of elements.


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