19 #ifndef SERIALIZATION_PACKERS_HPP 20 #define SERIALIZATION_PACKERS_HPP 22 #include <opm/common/utility/MemPacker.hpp> 24 #include <boost/date_time/gregorian/gregorian_types.hpp> 29 namespace Serialization {
33 struct Packing<false,
boost::gregorian::date>
35 static std::size_t packSize(
const boost::gregorian::date& data);
37 static void pack(
const boost::gregorian::date& data,
38 std::vector<char>& buffer, std::size_t& position);
40 static void unpack(boost::gregorian::date& data,
41 const std::vector<char>& buffer, std::size_t& position);
49 #endif // SERIALIZATION_PACKERS_HPP
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45