Extension: Json and NetCDF utilities
#include "dg/file/file.h"
Loading...
Searching...
No Matches
records.h File Reference
#include <map>
#include <functional>
Include dependency graph for records.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dg::file::LongNameAttribute
 Facilitate construction of CF attribute "long_name" in records lists. More...
 
struct  dg::file::Record< SignatureType, Attributes >
 A realisation of the Record concept. Helper to generate NetCDF variables. More...
 

Namespaces

namespace  dg
 
namespace  dg::file
 Namespace for Json and NetCDF I/O related classes and functions.
 

Typedefs

template<class Signature >
using dg::file::get_first_argument_type_t = std::decay_t<typename detail::get_first_argument_type<Signature>::type>
 
template<class Signature >
using dg::file::get_result_type_t = typename std::function<Signature>::result_type