TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::internal::RepeatedPrimitiveGenericTypeTraits Class Reference

#include <extension_set.h>

Static Private Attributes

static const RepeatedField
< int32 > * 
default_repeated_field_int32_
 
static const RepeatedField
< int64 > * 
default_repeated_field_int64_
 
static const RepeatedField
< uint32 > * 
default_repeated_field_uint32_
 
static const RepeatedField
< uint64 > * 
default_repeated_field_uint64_
 
static const RepeatedField
< double > * 
default_repeated_field_double_
 
static const RepeatedField
< float > * 
default_repeated_field_float_
 
static const RepeatedField
< bool > * 
default_repeated_field_bool_
 

Friends

template<typename Type >
class RepeatedPrimitiveTypeTraits
 
void InitializeDefaultRepeatedFields ()
 
void DestroyDefaultRepeatedFields ()
 

Friends And Related Function Documentation

void DestroyDefaultRepeatedFields ( )
friend
void InitializeDefaultRepeatedFields ( )
friend
template<typename Type >
friend class RepeatedPrimitiveTypeTraits
friend

Member Data Documentation

const RepeatedField<bool>* google::protobuf::internal::RepeatedPrimitiveGenericTypeTraits::default_repeated_field_bool_
staticprivate
const RepeatedField<double>* google::protobuf::internal::RepeatedPrimitiveGenericTypeTraits::default_repeated_field_double_
staticprivate
const RepeatedField<float>* google::protobuf::internal::RepeatedPrimitiveGenericTypeTraits::default_repeated_field_float_
staticprivate
const RepeatedField<int32>* google::protobuf::internal::RepeatedPrimitiveGenericTypeTraits::default_repeated_field_int32_
staticprivate
const RepeatedField<int64>* google::protobuf::internal::RepeatedPrimitiveGenericTypeTraits::default_repeated_field_int64_
staticprivate
const RepeatedField<uint32>* google::protobuf::internal::RepeatedPrimitiveGenericTypeTraits::default_repeated_field_uint32_
staticprivate
const RepeatedField<uint64>* google::protobuf::internal::RepeatedPrimitiveGenericTypeTraits::default_repeated_field_uint64_
staticprivate

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