![]() |
TrinityCore
|
#include <channel_types.pb.h>
Inheritance diagram for bgs::protocol::channel::v1::ChannelState:Public Types | |
| typedef ChannelState_PrivacyLevel | PrivacyLevel |
Public Member Functions | |
| ChannelState () | |
| virtual | ~ChannelState () |
| ChannelState (const ChannelState &from) | |
| ChannelState & | operator= (const ChannelState &from) |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (ChannelState *other) |
| ChannelState * | New () const |
| int | GetCachedSize () const |
| ::google::protobuf::Metadata | GetMetadata () const |
| bool | has_max_members () const |
| void | clear_max_members () |
| inline ::google::protobuf::uint32 | max_members () const |
| void | set_max_members (::google::protobuf::uint32 value) |
| bool | has_min_members () const |
| void | clear_min_members () |
| inline ::google::protobuf::uint32 | min_members () const |
| void | set_min_members (::google::protobuf::uint32 value) |
| int | attribute_size () const |
| void | clear_attribute () |
| const ::bgs::protocol::Attribute & | attribute (int index) const |
| inline ::bgs::protocol::Attribute * | mutable_attribute (int index) |
| inline ::bgs::protocol::Attribute * | add_attribute () |
| const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > & | attribute () const |
| inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > * | mutable_attribute () |
| int | invitation_size () const |
| void | clear_invitation () |
| const ::bgs::protocol::Invitation & | invitation (int index) const |
| inline ::bgs::protocol::Invitation * | mutable_invitation (int index) |
| inline ::bgs::protocol::Invitation * | add_invitation () |
| const ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Invitation > & | invitation () const |
| inline ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Invitation > * | mutable_invitation () |
| bool | has_reason () const |
| void | clear_reason () |
| inline ::google::protobuf::uint32 | reason () const |
| void | set_reason (::google::protobuf::uint32 value) |
| bool | has_privacy_level () const |
| void | clear_privacy_level () |
| inline ::bgs::protocol::channel::v1::ChannelState_PrivacyLevel | privacy_level () const |
| void | set_privacy_level (::bgs::protocol::channel::v1::ChannelState_PrivacyLevel value) |
| bool | has_name () const |
| void | clear_name () |
| const ::std::string & | name () const |
| void | set_name (const ::std::string &value) |
| void | set_name (const char *value) |
| void | set_name (const char *value, size_t size) |
| inline ::std::string * | mutable_name () |
| inline ::std::string * | release_name () |
| void | set_allocated_name (::std::string *name) |
| bool | has_channel_type () const |
| void | clear_channel_type () |
| const ::std::string & | channel_type () const |
| void | set_channel_type (const ::std::string &value) |
| void | set_channel_type (const char *value) |
| void | set_channel_type (const char *value, size_t size) |
| inline ::std::string * | mutable_channel_type () |
| inline ::std::string * | release_channel_type () |
| void | set_allocated_channel_type (::std::string *channel_type) |
| bool | has_program () const |
| void | clear_program () |
| inline ::google::protobuf::uint32 | program () const |
| void | set_program (::google::protobuf::uint32 value) |
| bool | has_subscribe_to_presence () const |
| void | clear_subscribe_to_presence () |
| bool | subscribe_to_presence () const |
| void | set_subscribe_to_presence (bool value) |
Static Public Member Functions | |
| static const ::google::protobuf::Descriptor * | descriptor () |
| static const ChannelState & | default_instance () |
| static bool | PrivacyLevel_IsValid (int value) |
| static const ::google::protobuf::EnumDescriptor * | PrivacyLevel_descriptor () |
| static const ::std::string & | PrivacyLevel_Name (PrivacyLevel value) |
| static bool | PrivacyLevel_Parse (const ::std::string &name, PrivacyLevel *value) |
Private Member Functions | |
| void | SharedCtor () |
| void | SharedDtor () |
| void | SetCachedSize (int size) const |
| void | set_has_max_members () |
| void | clear_has_max_members () |
| void | set_has_min_members () |
| void | clear_has_min_members () |
| void | set_has_reason () |
| void | clear_has_reason () |
| void | set_has_privacy_level () |
| void | clear_has_privacy_level () |
| void | set_has_name () |
| void | clear_has_name () |
| void | set_has_channel_type () |
| void | clear_has_channel_type () |
| void | set_has_program () |
| void | clear_has_program () |
| void | set_has_subscribe_to_presence () |
| void | clear_has_subscribe_to_presence () |
| void | InitAsDefaultInstance () |
Private Attributes | |
| ::google::protobuf::internal::ExtensionSet | _extensions_ |
| ::google::protobuf::UnknownFieldSet | _unknown_fields_ |
| ::google::protobuf::uint32 | _has_bits_ [1] |
| int | _cached_size_ |
| ::google::protobuf::uint32 | max_members_ |
| ::google::protobuf::uint32 | min_members_ |
| ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > | attribute_ |
| ::google::protobuf::RepeatedPtrField< ::bgs::protocol::Invitation > | invitation_ |
| ::google::protobuf::uint32 | reason_ |
| int | privacy_level_ |
| ::std::string * | name_ |
| ::std::string * | channel_type_ |
| ::google::protobuf::uint32 | program_ |
| bool | subscribe_to_presence_ |
Static Private Attributes | |
| ::std::string * | _default_channel_type_ |
| static ChannelState * | default_instance_ |
Definition at line 471 of file channel_types.pb.h.
Definition at line 509 of file channel_types.pb.h.
| bgs::protocol::channel::v1::ChannelState::ChannelState | ( | ) |
|
virtual |
| bgs::protocol::channel::v1::ChannelState::ChannelState | ( | const ChannelState & | from | ) |
|
inline |
Definition at line 1625 of file channel_types.pb.h.
|
inline |
Definition at line 1655 of file channel_types.pb.h.
|
inline |
Definition at line 1630 of file channel_types.pb.h.
|
inline |
Definition at line 1617 of file channel_types.pb.h.
|
inline |
Definition at line 1611 of file channel_types.pb.h.
|
inline |
Definition at line 1811 of file channel_types.pb.h.
|
inline |
Definition at line 1614 of file channel_types.pb.h.
|
inline |
Definition at line 1805 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1802 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1569 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1593 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1726 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1701 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1878 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1677 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1902 of file channel_types.pb.h.
|
inline |
Definition at line 1644 of file channel_types.pb.h.
|
inline |
Definition at line 1572 of file channel_types.pb.h.
|
inline |
Definition at line 1596 of file channel_types.pb.h.
|
inline |
Definition at line 1729 of file channel_types.pb.h.
|
inline |
Definition at line 1704 of file channel_types.pb.h.
|
inline |
Definition at line 1881 of file channel_types.pb.h.
|
inline |
Definition at line 1680 of file channel_types.pb.h.
|
inline |
Definition at line 1905 of file channel_types.pb.h.
|
static |
|
static |
|
inline |
Definition at line 499 of file channel_types.pb.h.
| ::google::protobuf::Metadata bgs::protocol::channel::v1::ChannelState::GetMetadata | ( | ) | const |
|
inline |
Definition at line 1796 of file channel_types.pb.h.
|
inline |
Definition at line 1563 of file channel_types.pb.h.
|
inline |
Definition at line 1587 of file channel_types.pb.h.
|
inline |
Definition at line 1720 of file channel_types.pb.h.
|
inline |
Definition at line 1695 of file channel_types.pb.h.
|
inline |
Definition at line 1872 of file channel_types.pb.h.
|
inline |
Definition at line 1671 of file channel_types.pb.h.
|
inline |
Definition at line 1896 of file channel_types.pb.h.
|
private |
|
inline |
Definition at line 1660 of file channel_types.pb.h.
|
inline |
Definition at line 1647 of file channel_types.pb.h.
|
inline |
Definition at line 1641 of file channel_types.pb.h.
|
inline |
Definition at line 1576 of file channel_types.pb.h.
|
inline |
Definition at line 1600 of file channel_types.pb.h.
|
inline |
Definition at line 1635 of file channel_types.pb.h.
|
inline |
Definition at line 1621 of file channel_types.pb.h.
|
inline |
Definition at line 1839 of file channel_types.pb.h.
|
inline |
Definition at line 1665 of file channel_types.pb.h.
|
inline |
Definition at line 1651 of file channel_types.pb.h.
|
inline |
Definition at line 1763 of file channel_types.pb.h.
|
inline |
Definition at line 487 of file channel_types.pb.h.
|
inline |
Definition at line 1735 of file channel_types.pb.h.
| ChannelState * bgs::protocol::channel::v1::ChannelState::New | ( | ) | const |
|
inline |
Definition at line 478 of file channel_types.pb.h.
|
inline |
Definition at line 1708 of file channel_types.pb.h.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
Definition at line 1885 of file channel_types.pb.h.
|
inline |
Definition at line 1684 of file channel_types.pb.h.
|
inline |
Definition at line 1847 of file channel_types.pb.h.
|
inline |
Definition at line 1771 of file channel_types.pb.h.
|
inline |
Definition at line 1857 of file channel_types.pb.h.
|
inline |
Definition at line 1781 of file channel_types.pb.h.
|
inline |
Definition at line 1815 of file channel_types.pb.h.
|
inline |
Definition at line 1823 of file channel_types.pb.h.
|
inline |
Definition at line 1831 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1799 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1566 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1590 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1723 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1698 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1875 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1674 of file channel_types.pb.h.
|
inlineprivate |
Definition at line 1899 of file channel_types.pb.h.
|
inline |
Definition at line 1580 of file channel_types.pb.h.
|
inline |
Definition at line 1604 of file channel_types.pb.h.
|
inline |
Definition at line 1739 of file channel_types.pb.h.
|
inline |
Definition at line 1747 of file channel_types.pb.h.
|
inline |
Definition at line 1755 of file channel_types.pb.h.
|
inline |
|
inline |
Definition at line 1889 of file channel_types.pb.h.
|
inline |
Definition at line 1688 of file channel_types.pb.h.
|
inline |
Definition at line 1913 of file channel_types.pb.h.
|
private |
|
private |
|
private |
|
inline |
Definition at line 1909 of file channel_types.pb.h.
| void bgs::protocol::channel::v1::ChannelState::Swap | ( | ChannelState * | other | ) |
|
inline |
Definition at line 483 of file channel_types.pb.h.
|
friend |
|
friend |
|
friend |
|
mutableprivate |
Definition at line 652 of file channel_types.pb.h.
|
staticprivate |
Definition at line 660 of file channel_types.pb.h.
|
private |
Definition at line 647 of file channel_types.pb.h.
|
private |
Definition at line 651 of file channel_types.pb.h.
|
private |
Definition at line 649 of file channel_types.pb.h.
|
private |
Definition at line 655 of file channel_types.pb.h.
|
private |
Definition at line 661 of file channel_types.pb.h.
|
staticprivate |
Definition at line 669 of file channel_types.pb.h.
|
private |
Definition at line 656 of file channel_types.pb.h.
|
static |
Definition at line 554 of file channel_types.pb.h.
|
static |
Definition at line 604 of file channel_types.pb.h.
|
static |
Definition at line 566 of file channel_types.pb.h.
|
static |
Definition at line 540 of file channel_types.pb.h.
|
static |
Definition at line 547 of file channel_types.pb.h.
|
static |
Definition at line 592 of file channel_types.pb.h.
|
static |
Definition at line 585 of file channel_types.pb.h.
|
static |
Definition at line 616 of file channel_types.pb.h.
|
static |
Definition at line 578 of file channel_types.pb.h.
|
static |
Definition at line 623 of file channel_types.pb.h.
|
private |
Definition at line 653 of file channel_types.pb.h.
|
private |
Definition at line 654 of file channel_types.pb.h.
|
private |
Definition at line 659 of file channel_types.pb.h.
|
private |
Definition at line 658 of file channel_types.pb.h.
|
static |
Definition at line 513 of file channel_types.pb.h.
|
static |
Definition at line 510 of file channel_types.pb.h.
|
static |
Definition at line 512 of file channel_types.pb.h.
|
static |
Definition at line 511 of file channel_types.pb.h.
|
static |
Definition at line 521 of file channel_types.pb.h.
|
static |
Definition at line 519 of file channel_types.pb.h.
|
static |
Definition at line 517 of file channel_types.pb.h.
|
private |
Definition at line 662 of file channel_types.pb.h.
|
private |
Definition at line 657 of file channel_types.pb.h.
|
private |
Definition at line 663 of file channel_types.pb.h.