Extension: Json and NetCDF utilities
#include "dg/file/file.h"
Loading...
Searching...
No Matches

Facilitate construction of CF attribute "long_name" in records lists. More...

Public Member Functions

auto begin () const
 Make Iterable so file.put_atts will work.
 
auto end () const
 Make Iterable so file.put_atts will work.
 
 LongNameAttribute (const char *long_name)
 Specifically convert string literal to attribute.
 

Detailed Description

Facilitate construction of CF attribute "long_name" in records lists.

See also
Can be used as the Attributes class in dg::file::Record

Constructor & Destructor Documentation

◆ LongNameAttribute()

dg::file::LongNameAttribute::LongNameAttribute ( const char * long_name)
inline

Specifically convert string literal to attribute.

Member Function Documentation

◆ begin()

auto dg::file::LongNameAttribute::begin ( ) const
inline

Make Iterable so file.put_atts will work.

◆ end()

auto dg::file::LongNameAttribute::end ( ) const
inline

Make Iterable so file.put_atts will work.


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