TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::internal::ExtensionIdentifier< ExtendeeType, TypeTraitsType, field_type, is_packed > Class Template Reference

#include <extension_set.h>

Public Types

typedef TypeTraitsType TypeTraits
 
typedef ExtendeeType Extendee
 

Public Member Functions

 ExtensionIdentifier (int number, typename TypeTraits::ConstType default_value)
 
int number () const
 
TypeTraits::ConstType default_value () const
 

Private Attributes

const int number_
 
TypeTraits::ConstType default_value_
 

Member Typedef Documentation

template<typename ExtendeeType , typename TypeTraitsType , FieldType field_type, bool is_packed>
typedef ExtendeeType google::protobuf::internal::ExtensionIdentifier< ExtendeeType, TypeTraitsType, field_type, is_packed >::Extendee
template<typename ExtendeeType , typename TypeTraitsType , FieldType field_type, bool is_packed>
typedef TypeTraitsType google::protobuf::internal::ExtensionIdentifier< ExtendeeType, TypeTraitsType, field_type, is_packed >::TypeTraits

Constructor & Destructor Documentation

template<typename ExtendeeType , typename TypeTraitsType , FieldType field_type, bool is_packed>
google::protobuf::internal::ExtensionIdentifier< ExtendeeType, TypeTraitsType, field_type, is_packed >::ExtensionIdentifier ( int  number,
typename TypeTraits::ConstType  default_value 
)
inline
TypeTraits::ConstType default_value() const
Definition: extension_set.h:1054
TypeTraits::ConstType default_value_
Definition: extension_set.h:1060
int number() const
Definition: extension_set.h:1053
const int number_
Definition: extension_set.h:1059

Member Function Documentation

template<typename ExtendeeType , typename TypeTraitsType , FieldType field_type, bool is_packed>
TypeTraits::ConstType google::protobuf::internal::ExtensionIdentifier< ExtendeeType, TypeTraitsType, field_type, is_packed >::default_value ( ) const
inline
1054  {
1055  return default_value_;
1056  }
TypeTraits::ConstType default_value_
Definition: extension_set.h:1060
template<typename ExtendeeType , typename TypeTraitsType , FieldType field_type, bool is_packed>
int google::protobuf::internal::ExtensionIdentifier< ExtendeeType, TypeTraitsType, field_type, is_packed >::number ( ) const
inline
1053 { return number_; }
const int number_
Definition: extension_set.h:1059

Member Data Documentation

template<typename ExtendeeType , typename TypeTraitsType , FieldType field_type, bool is_packed>
TypeTraits::ConstType google::protobuf::internal::ExtensionIdentifier< ExtendeeType, TypeTraitsType, field_type, is_packed >::default_value_
private
template<typename ExtendeeType , typename TypeTraitsType , FieldType field_type, bool is_packed>
const int google::protobuf::internal::ExtensionIdentifier< ExtendeeType, TypeTraitsType, field_type, is_packed >::number_
private

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