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

Go to the source code of this file.

Classes

struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::PrivacyLevel >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::VisibilityLevel >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::ClubRemovedReason >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::StreamVoiceLevel >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::VoiceMicrophoneState >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::PresenceLevel >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::WhisperLevel >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::StreamNotificationFilter >
 
struct  google::protobuf::is_proto_enum< ::bgs::protocol::club::v1::JoinClubSource >
 

Namespaces

namespace  bgs
 
namespace  bgs::protocol
 
namespace  bgs::protocol::club
 
namespace  bgs::protocol::club::v1
 
namespace  google
 
namespace  google::protobuf
 

Enumerations

enum  bgs::protocol::club::v1::PrivacyLevel { bgs::protocol::club::v1::PRIVACY_LEVEL_CLOSED = 0 , bgs::protocol::club::v1::PRIVACY_LEVEL_OPEN_INVITATION = 1 , bgs::protocol::club::v1::PRIVACY_LEVEL_OPEN_TICKET = 2 , bgs::protocol::club::v1::PRIVACY_LEVEL_OPEN = 3 }
 
enum  bgs::protocol::club::v1::VisibilityLevel { bgs::protocol::club::v1::VISIBILITY_LEVEL_PRIVATE = 0 , bgs::protocol::club::v1::VISIBILITY_LEVEL_PUBLIC = 1 }
 
enum  bgs::protocol::club::v1::ClubRemovedReason {
  bgs::protocol::club::v1::CLUB_REMOVED_REASON_NONE = 0 , bgs::protocol::club::v1::CLUB_REMOVED_REASON_MEMBER_LEFT = 1 , bgs::protocol::club::v1::CLUB_REMOVED_REASON_MEMBER_KICKED = 2 , bgs::protocol::club::v1::CLUB_REMOVED_REASON_MEMBER_BANNED = 3 ,
  bgs::protocol::club::v1::CLUB_REMOVED_REASON_MEMBER_REMOVED_BY_SERVICE = 4 , bgs::protocol::club::v1::CLUB_REMOVED_REASON_DESTROYED_BY_MEMBER = 5 , bgs::protocol::club::v1::CLUB_REMOVED_REASON_DESTROYED_BY_SERVICE = 6
}
 
enum  bgs::protocol::club::v1::StreamVoiceLevel { bgs::protocol::club::v1::VOICE_LEVEL_DISABLED = 0 , bgs::protocol::club::v1::VOICE_LEVEL_PUSH_TO_TALK = 1 , bgs::protocol::club::v1::VOICE_LEVEL_OPEN_MIC = 2 }
 
enum  bgs::protocol::club::v1::VoiceMicrophoneState { bgs::protocol::club::v1::MICROPHONE_STATE_NORMAL = 0 , bgs::protocol::club::v1::MICROPHONE_STATE_SELF_MUTE = 1 , bgs::protocol::club::v1::MICROPHONE_STATE_SELF_DEAF = 2 }
 
enum  bgs::protocol::club::v1::PresenceLevel { bgs::protocol::club::v1::PRESENCE_LEVEL_NONE = 0 , bgs::protocol::club::v1::PRESENCE_LEVEL_BASIC = 1 , bgs::protocol::club::v1::PRESENCE_LEVEL_RICH = 2 }
 
enum  bgs::protocol::club::v1::WhisperLevel { bgs::protocol::club::v1::WHISPER_LEVEL_OPEN = 0 , bgs::protocol::club::v1::WHISPER_LEVEL_RESTRICTED = 1 }
 
enum  bgs::protocol::club::v1::StreamNotificationFilter { bgs::protocol::club::v1::STREAM_NOTIFICATION_FILTER_NONE = 0 , bgs::protocol::club::v1::STREAM_NOTIFICATION_FILTER_MENTION = 1 , bgs::protocol::club::v1::STREAM_NOTIFICATION_FILTER_ALL = 2 }
 
enum  bgs::protocol::club::v1::JoinClubSource { bgs::protocol::club::v1::JOIN_CLUB_SOURCE_NONE = 0 , bgs::protocol::club::v1::JOIN_CLUB_SOURCE_CLUB_FINDER = 1 , bgs::protocol::club::v1::JOIN_CLUB_SOURCE_CLUB_RECOMMENDATION = 2 }
 

Functions

void TC_PROTO_API bgs::protocol::club::v1::protobuf_AddDesc_club_5fenum_2eproto ()
 
void bgs::protocol::club::v1::protobuf_AssignDesc_club_5fenum_2eproto ()
 
void bgs::protocol::club::v1::protobuf_ShutdownFile_club_5fenum_2eproto ()
 
TC_PROTO_API bool bgs::protocol::club::v1::PrivacyLevel_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::PrivacyLevel_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::PrivacyLevel_Name (PrivacyLevel value)
 
bool bgs::protocol::club::v1::PrivacyLevel_Parse (const ::std::string &name, PrivacyLevel *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::VisibilityLevel_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::VisibilityLevel_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::VisibilityLevel_Name (VisibilityLevel value)
 
bool bgs::protocol::club::v1::VisibilityLevel_Parse (const ::std::string &name, VisibilityLevel *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::ClubRemovedReason_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::ClubRemovedReason_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::ClubRemovedReason_Name (ClubRemovedReason value)
 
bool bgs::protocol::club::v1::ClubRemovedReason_Parse (const ::std::string &name, ClubRemovedReason *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::StreamVoiceLevel_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::StreamVoiceLevel_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::StreamVoiceLevel_Name (StreamVoiceLevel value)
 
bool bgs::protocol::club::v1::StreamVoiceLevel_Parse (const ::std::string &name, StreamVoiceLevel *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::VoiceMicrophoneState_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::VoiceMicrophoneState_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::VoiceMicrophoneState_Name (VoiceMicrophoneState value)
 
bool bgs::protocol::club::v1::VoiceMicrophoneState_Parse (const ::std::string &name, VoiceMicrophoneState *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::PresenceLevel_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::PresenceLevel_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::PresenceLevel_Name (PresenceLevel value)
 
bool bgs::protocol::club::v1::PresenceLevel_Parse (const ::std::string &name, PresenceLevel *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::WhisperLevel_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::WhisperLevel_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::WhisperLevel_Name (WhisperLevel value)
 
bool bgs::protocol::club::v1::WhisperLevel_Parse (const ::std::string &name, WhisperLevel *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::StreamNotificationFilter_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::StreamNotificationFilter_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::StreamNotificationFilter_Name (StreamNotificationFilter value)
 
bool bgs::protocol::club::v1::StreamNotificationFilter_Parse (const ::std::string &name, StreamNotificationFilter *value)
 
TC_PROTO_API bool bgs::protocol::club::v1::JoinClubSource_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::club::v1::JoinClubSource_descriptor ()
 
const ::std::string & bgs::protocol::club::v1::JoinClubSource_Name (JoinClubSource value)
 
bool bgs::protocol::club::v1::JoinClubSource_Parse (const ::std::string &name, JoinClubSource *value)
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::PrivacyLevel > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::VisibilityLevel > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::ClubRemovedReason > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::StreamVoiceLevel > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::VoiceMicrophoneState > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::PresenceLevel > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::WhisperLevel > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::StreamNotificationFilter > ()
 
template<>
const EnumDescriptor * google::protobuf::GetEnumDescriptor< ::bgs::protocol::club::v1::JoinClubSource > ()
 

Variables

const PrivacyLevel bgs::protocol::club::v1::PrivacyLevel_MIN = PRIVACY_LEVEL_CLOSED
 
const PrivacyLevel bgs::protocol::club::v1::PrivacyLevel_MAX = PRIVACY_LEVEL_OPEN
 
const int bgs::protocol::club::v1::PrivacyLevel_ARRAYSIZE = PrivacyLevel_MAX + 1
 
const VisibilityLevel bgs::protocol::club::v1::VisibilityLevel_MIN = VISIBILITY_LEVEL_PRIVATE
 
const VisibilityLevel bgs::protocol::club::v1::VisibilityLevel_MAX = VISIBILITY_LEVEL_PUBLIC
 
const int bgs::protocol::club::v1::VisibilityLevel_ARRAYSIZE = VisibilityLevel_MAX + 1
 
const ClubRemovedReason bgs::protocol::club::v1::ClubRemovedReason_MIN = CLUB_REMOVED_REASON_NONE
 
const ClubRemovedReason bgs::protocol::club::v1::ClubRemovedReason_MAX = CLUB_REMOVED_REASON_DESTROYED_BY_SERVICE
 
const int bgs::protocol::club::v1::ClubRemovedReason_ARRAYSIZE = ClubRemovedReason_MAX + 1
 
const StreamVoiceLevel bgs::protocol::club::v1::StreamVoiceLevel_MIN = VOICE_LEVEL_DISABLED
 
const StreamVoiceLevel bgs::protocol::club::v1::StreamVoiceLevel_MAX = VOICE_LEVEL_OPEN_MIC
 
const int bgs::protocol::club::v1::StreamVoiceLevel_ARRAYSIZE = StreamVoiceLevel_MAX + 1
 
const VoiceMicrophoneState bgs::protocol::club::v1::VoiceMicrophoneState_MIN = MICROPHONE_STATE_NORMAL
 
const VoiceMicrophoneState bgs::protocol::club::v1::VoiceMicrophoneState_MAX = MICROPHONE_STATE_SELF_DEAF
 
const int bgs::protocol::club::v1::VoiceMicrophoneState_ARRAYSIZE = VoiceMicrophoneState_MAX + 1
 
const PresenceLevel bgs::protocol::club::v1::PresenceLevel_MIN = PRESENCE_LEVEL_NONE
 
const PresenceLevel bgs::protocol::club::v1::PresenceLevel_MAX = PRESENCE_LEVEL_RICH
 
const int bgs::protocol::club::v1::PresenceLevel_ARRAYSIZE = PresenceLevel_MAX + 1
 
const WhisperLevel bgs::protocol::club::v1::WhisperLevel_MIN = WHISPER_LEVEL_OPEN
 
const WhisperLevel bgs::protocol::club::v1::WhisperLevel_MAX = WHISPER_LEVEL_RESTRICTED
 
const int bgs::protocol::club::v1::WhisperLevel_ARRAYSIZE = WhisperLevel_MAX + 1
 
const StreamNotificationFilter bgs::protocol::club::v1::StreamNotificationFilter_MIN = STREAM_NOTIFICATION_FILTER_NONE
 
const StreamNotificationFilter bgs::protocol::club::v1::StreamNotificationFilter_MAX = STREAM_NOTIFICATION_FILTER_ALL
 
const int bgs::protocol::club::v1::StreamNotificationFilter_ARRAYSIZE = StreamNotificationFilter_MAX + 1
 
const JoinClubSource bgs::protocol::club::v1::JoinClubSource_MIN = JOIN_CLUB_SOURCE_NONE
 
const JoinClubSource bgs::protocol::club::v1::JoinClubSource_MAX = JOIN_CLUB_SOURCE_CLUB_RECOMMENDATION
 
const int bgs::protocol::club::v1::JoinClubSource_ARRAYSIZE = JoinClubSource_MAX + 1