DCCL v4
dccl::internal Namespace Reference

Namespace for objects used internally by DCCL. More...

Classes

struct  CodecData
 
struct  DefaultFieldCodecLoader
 
struct  DefaultFieldCodecLoader< CODEC_VERSION >
 
class  FromProtoCppType
 
class  FromProtoCppType< google::protobuf::FieldDescriptor::CPPTYPE_BOOL >
 
class  FromProtoCppType< google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE >
 
class  FromProtoCppType< google::protobuf::FieldDescriptor::CPPTYPE_ENUM >
 
class  FromProtoCppType< google::protobuf::FieldDescriptor::CPPTYPE_FLOAT >
 
class  FromProtoCppType< google::protobuf::FieldDescriptor::CPPTYPE_INT32 >
 
class  FromProtoCppType< google::protobuf::FieldDescriptor::CPPTYPE_INT64 >
 
class  FromProtoCppType< google::protobuf::FieldDescriptor::CPPTYPE_MESSAGE >
 Implements FromProtoCppTypeBase for CPPTYPE_MESSAGE using the dynamic google::protobuf::Message as the underlying class. More...
 
class  FromProtoCppType< google::protobuf::FieldDescriptor::CPPTYPE_STRING >
 
class  FromProtoCppType< google::protobuf::FieldDescriptor::CPPTYPE_UINT32 >
 
class  FromProtoCppType< google::protobuf::FieldDescriptor::CPPTYPE_UINT64 >
 
class  FromProtoCppTypeBase
 Provides various representations of a google::protobuf::FieldDescriptor::CppType enumeration, and ways to access the google::protobuf::Reflection object for a given type. More...
 
class  FromProtoCustomMessage
 Implements FromProtoCppTypeBase for CPPTYPE_MESSAGE using a specific statically generated Protobuf class. More...
 
class  FromProtoType
 
class  FromProtoTypeBase
 Provides various representations of a google::protobuf::FieldDescriptor::Type enumeration. Implementations are provided for all enumerations. More...
 
struct  HashCodecLoader
 
class  LogBuffer
 
class  MessageStack
 
struct  MessageStackData
 
struct  PresenceCodecLoader
 
struct  StaticCodecLoader
 
struct  StaticCodecLoader< CODEC_VERSION >
 
struct  TimeCodecLoader
 
struct  TimeCodecLoader< CODEC_VERSION >
 
class  ToProtoCppType
 
class  ToProtoCppType< bool >
 
class  ToProtoCppType< const google::protobuf::EnumValueDescriptor * >
 
class  ToProtoCppType< double >
 
class  ToProtoCppType< float >
 
class  ToProtoCppType< google::protobuf::int32 >
 
class  ToProtoCppType< google::protobuf::int64 >
 
class  ToProtoCppType< google::protobuf::Message >
 
class  ToProtoCppType< google::protobuf::uint32 >
 
class  ToProtoCppType< google::protobuf::uint64 >
 
class  ToProtoCppType< std::string >
 
class  TypeHelper
 Provides FromProtoTypeBase and FromProtoCppTypeBase type identification helper classes for various representations of the underlying field. More...
 
struct  VarBytesCodecLoader
 

Detailed Description

Namespace for objects used internally by DCCL.