TrinityCore
bgs::protocol::friends::v1::GetFriendListResponse Class Reference

#include <friends_service.pb.h>

+ Inheritance diagram for bgs::protocol::friends::v1::GetFriendListResponse:

Public Member Functions

 GetFriendListResponse ()
 
virtual ~GetFriendListResponse ()
 
 GetFriendListResponse (const GetFriendListResponse &from)
 
GetFriendListResponseoperator= (const GetFriendListResponse &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetFriendListResponse *other)
 
GetFriendListResponseNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
int friends_size () const
 
void clear_friends ()
 
const ::bgs::protocol::friends::v1::Friendfriends (int index) const
 
inline ::bgs::protocol::friends::v1::Friendmutable_friends (int index)
 
inline ::bgs::protocol::friends::v1::Friendadd_friends ()
 
const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::friends::v1::Friend > & friends () const
 
inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::friends::v1::Friend > * mutable_friends ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const GetFriendListResponsedefault_instance ()
 

Static Public Attributes

static const int kFriendsFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField< ::bgs::protocol::friends::v1::Friendfriends_
 

Static Private Attributes

static GetFriendListResponsedefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_friends_5fservice_2eproto ()
 
void protobuf_AssignDesc_friends_5fservice_2eproto ()
 
void protobuf_ShutdownFile_friends_5fservice_2eproto ()
 

Detailed Description

Definition at line 1101 of file friends_service.pb.h.

Constructor & Destructor Documentation

◆ GetFriendListResponse() [1/2]

bgs::protocol::friends::v1::GetFriendListResponse::GetFriendListResponse ( )

◆ ~GetFriendListResponse()

virtual bgs::protocol::friends::v1::GetFriendListResponse::~GetFriendListResponse ( )
virtual

◆ GetFriendListResponse() [2/2]

bgs::protocol::friends::v1::GetFriendListResponse::GetFriendListResponse ( const GetFriendListResponse from)

Member Function Documentation

◆ add_friends()

bgs::protocol::friends::v1::Friend * bgs::protocol::friends::v1::GetFriendListResponse::add_friends ( )
inline

Definition at line 2776 of file friends_service.pb.h.

◆ clear_friends()

void bgs::protocol::friends::v1::GetFriendListResponse::clear_friends ( )
inline

Definition at line 2765 of file friends_service.pb.h.

◆ default_instance()

static const GetFriendListResponse & bgs::protocol::friends::v1::GetFriendListResponse::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::friends::v1::GetFriendListResponse::descriptor ( )
static

◆ friends() [1/2]

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::friends::v1::Friend > & bgs::protocol::friends::v1::GetFriendListResponse::friends ( ) const
inline

Definition at line 2781 of file friends_service.pb.h.

◆ friends() [2/2]

const ::bgs::protocol::friends::v1::Friend & bgs::protocol::friends::v1::GetFriendListResponse::friends ( int  index) const
inline

Definition at line 2768 of file friends_service.pb.h.

◆ friends_size()

int bgs::protocol::friends::v1::GetFriendListResponse::friends_size ( ) const
inline

Definition at line 2762 of file friends_service.pb.h.

◆ GetCachedSize()

int bgs::protocol::friends::v1::GetFriendListResponse::GetCachedSize ( ) const
inline

Definition at line 1129 of file friends_service.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::friends::v1::GetFriendListResponse::GetMetadata ( ) const

◆ InitAsDefaultInstance()

void bgs::protocol::friends::v1::GetFriendListResponse::InitAsDefaultInstance ( )
private

◆ mutable_friends() [1/2]

google::protobuf::RepeatedPtrField<::bgs::protocol::friends::v1::Friend > * bgs::protocol::friends::v1::GetFriendListResponse::mutable_friends ( )
inline

Definition at line 2786 of file friends_service.pb.h.

◆ mutable_friends() [2/2]

bgs::protocol::friends::v1::Friend * bgs::protocol::friends::v1::GetFriendListResponse::mutable_friends ( int  index)
inline

Definition at line 2772 of file friends_service.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::friends::v1::GetFriendListResponse::mutable_unknown_fields ( )
inline

Definition at line 1117 of file friends_service.pb.h.

◆ New()

GetFriendListResponse * bgs::protocol::friends::v1::GetFriendListResponse::New ( ) const

◆ operator=()

GetFriendListResponse & bgs::protocol::friends::v1::GetFriendListResponse::operator= ( const GetFriendListResponse from)
inline

Definition at line 1108 of file friends_service.pb.h.

◆ SetCachedSize()

void bgs::protocol::friends::v1::GetFriendListResponse::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::friends::v1::GetFriendListResponse::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::friends::v1::GetFriendListResponse::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::friends::v1::GetFriendListResponse::Swap ( GetFriendListResponse other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::friends::v1::GetFriendListResponse::unknown_fields ( ) const
inline

Definition at line 1113 of file friends_service.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_friends_5fservice_2eproto

void TC_PROTO_API protobuf_AddDesc_friends_5fservice_2eproto ( )
friend

◆ protobuf_AssignDesc_friends_5fservice_2eproto

void protobuf_AssignDesc_friends_5fservice_2eproto ( )
friend

◆ protobuf_ShutdownFile_friends_5fservice_2eproto

void protobuf_ShutdownFile_friends_5fservice_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::friends::v1::GetFriendListResponse::_cached_size_
mutableprivate

Definition at line 1159 of file friends_service.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::friends::v1::GetFriendListResponse::_has_bits_[1]
private

Definition at line 1158 of file friends_service.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::friends::v1::GetFriendListResponse::_unknown_fields_
private

Definition at line 1156 of file friends_service.pb.h.

◆ default_instance_

GetFriendListResponse* bgs::protocol::friends::v1::GetFriendListResponse::default_instance_
staticprivate

Definition at line 1166 of file friends_service.pb.h.

◆ friends_

::google::protobuf::RepeatedPtrField< ::bgs::protocol::friends::v1::Friend > bgs::protocol::friends::v1::GetFriendListResponse::friends_
private

Definition at line 1160 of file friends_service.pb.h.

◆ kFriendsFieldNumber

const int bgs::protocol::friends::v1::GetFriendListResponse::kFriendsFieldNumber = 1
static

Definition at line 1144 of file friends_service.pb.h.


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