27#ifndef DCCLV4FIELDCODECDEFAULT20210701H
28#define DCCLV4FIELDCODECDEFAULT20210701H
30#include "../codecs3/field_codec_default.h"
31#include "../codecs3/field_codec_var_bytes.h"
39template <
typename WireType,
typename FieldType = WireType>
40using DefaultNumericFieldCodec = v3::DefaultNumericFieldCodec<WireType, FieldType>;
42using DefaultBoolCodec = v3::DefaultBoolCodec;
43using DefaultEnumCodec = v3::DefaultEnumCodec;
45using DefaultBytesCodec = v3::VarBytesCodec;
46using DefaultStringCodec = v3::VarBytesCodec;
48template <
typename TimeType>
using TimeCodec = v3::TimeCodec<TimeType>;
49template <
typename T>
using StaticCodec = v3::StaticCodec<T>;
Dynamic Compact Control Language namespace.