TrinityCore
Loading...
Searching...
No Matches
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::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::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_api_2fcommon_2fv1_2fclub_5fenum_2eproto ()
 
void bgs::protocol::club::v1::protobuf_AssignDesc_api_2fcommon_2fv1_2fclub_5fenum_2eproto ()
 
void bgs::protocol::club::v1::protobuf_ShutdownFile_api_2fcommon_2fv1_2fclub_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::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::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 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