DCCL v4
dccl::FieldCodecManager Class Reference

Public Member Functions

template<class Codec >
std::enable_if< std::is_base_of< google::protobuf::Message, typename Codec::wire_type >::value &&!std::is_same< google::protobuf::Message, typename Codec::wire_type >::value, void >::type add (const std::string &)
 
template<class Codec >
std::enable_if< !(std::is_base_of< google::protobuf::Message, typename Codec::wire_type >::value &&!std::is_same< google::protobuf::Message, typename Codec::wire_type >::value), void >::type add (const std::string &)
 
template<class Codec >
std::enable_if< std::is_base_of< google::protobuf::Message, typename Codec::wire_type >::value &&!std::is_same< google::protobuf::Message, typename Codec::wire_type >::value, void >::type remove (const std::string &)
 
template<class Codec >
std::enable_if< !(std::is_base_of< google::protobuf::Message, typename Codec::wire_type >::value &&!std::is_same< google::protobuf::Message, typename Codec::wire_type >::value), void >::type remove (const std::string &)
 

Static Public Member Functions

template<class Codec , google::protobuf::FieldDescriptor::Type type>
static void add (const std::string &)
 
template<class Codec , google::protobuf::FieldDescriptor::Type type>
static void remove (const std::string &)
 

Detailed Description

Definition at line 236 of file field_codec_manager.h.


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