IODA
Fill.cpp
Go to the documentation of this file.
1 /*
2  * (C) Copyright 2020 UCAR
3  *
4  * This software is licensed under the terms of the Apache Licence Version 2.0
5  * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6  */
7 /// \file Fill.cpp
8 /// \brief Fill value getters and setters
9 
10 #include "ioda/Variables/Fill.h"
11 
12 #include "ioda/Group.h"
13 
14 namespace ioda {
15 namespace detail {
18  if (isString_) ret.cp = stringFillValue_.c_str(); // NOLINT
19  return ret;
20 }
21 } // namespace detail
22 namespace FillValuePolicies {
23 
24 } // namespace FillValuePolicies
25 } // namespace ioda
Fill value getters and setters.
Interfaces for ioda::Group and related classes.
FillValueUnion_t finalize() const
Definition: Fill.cpp:16
std::string stringFillValue_
Definition: Fill.h:53
union ioda::detail::FillValueData_t::FillValueUnion_t fillValue_