TrinityCore
invitation_types.pb.h File Reference
#include <string>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
#include "entity_types.pb.h"
#include "global_extensions/field_options.pb.h"
#include "Define.h"
+ Include dependency graph for invitation_types.pb.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bgs::protocol::Invitation
 
class  bgs::protocol::InvitationParams
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::InvitationRemovedReason >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::SuggestionRemovedReason >
 

Namespaces

namespace  bgs
 
namespace  bgs::protocol
 
namespace  google
 
namespace  google::protobuf
 

Enumerations

enum  bgs::protocol::InvitationRemovedReason {
  bgs::protocol::INVITATION_REMOVED_REASON_ACCEPTED = 0 , bgs::protocol::INVITATION_REMOVED_REASON_DECLINED = 1 , bgs::protocol::INVITATION_REMOVED_REASON_REVOKED = 2 , bgs::protocol::INVITATION_REMOVED_REASON_IGNORED = 3 ,
  bgs::protocol::INVITATION_REMOVED_REASON_EXPIRED = 4 , bgs::protocol::INVITATION_REMOVED_REASON_CANCELED = 5
}
 
enum  bgs::protocol::SuggestionRemovedReason { bgs::protocol::SUGGESTION_REMOVED_REASON_APPROVED = 0 , bgs::protocol::SUGGESTION_REMOVED_REASON_DECLINED = 1 , bgs::protocol::SUGGESTION_REMOVED_REASON_EXPIRED = 2 , bgs::protocol::SUGGESTION_REMOVED_REASON_CANCELED = 3 }
 

Functions

void TC_PROTO_API bgs::protocol::protobuf_AddDesc_invitation_5ftypes_2eproto ()
 
void bgs::protocol::protobuf_AssignDesc_invitation_5ftypes_2eproto ()
 
void bgs::protocol::protobuf_ShutdownFile_invitation_5ftypes_2eproto ()
 
TC_PROTO_API bool bgs::protocol::InvitationRemovedReason_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::InvitationRemovedReason_descriptor ()
 
const ::std::string & bgs::protocol::InvitationRemovedReason_Name (InvitationRemovedReason value)
 
bool bgs::protocol::InvitationRemovedReason_Parse (const ::std::string &name, InvitationRemovedReason *value)
 
TC_PROTO_API bool bgs::protocol::SuggestionRemovedReason_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::SuggestionRemovedReason_descriptor ()
 
const ::std::string & bgs::protocol::SuggestionRemovedReason_Name (SuggestionRemovedReason value)
 
bool bgs::protocol::SuggestionRemovedReason_Parse (const ::std::string &name, SuggestionRemovedReason *value)
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::InvitationRemovedReason > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::SuggestionRemovedReason > ()
 

Variables

const InvitationRemovedReason bgs::protocol::InvitationRemovedReason_MIN = INVITATION_REMOVED_REASON_ACCEPTED
 
const InvitationRemovedReason bgs::protocol::InvitationRemovedReason_MAX = INVITATION_REMOVED_REASON_CANCELED
 
const int bgs::protocol::InvitationRemovedReason_ARRAYSIZE = InvitationRemovedReason_MAX + 1
 
const SuggestionRemovedReason bgs::protocol::SuggestionRemovedReason_MIN = SUGGESTION_REMOVED_REASON_APPROVED
 
const SuggestionRemovedReason bgs::protocol::SuggestionRemovedReason_MAX = SUGGESTION_REMOVED_REASON_CANCELED
 
const int bgs::protocol::SuggestionRemovedReason_ARRAYSIZE = SuggestionRemovedReason_MAX + 1