TrinityCore
bgs::protocol::account::v1::AccountLicense Class Reference

#include <account_types.pb.h>

+ Inheritance diagram for bgs::protocol::account::v1::AccountLicense:

Public Member Functions

 AccountLicense ()
 
virtual ~AccountLicense ()
 
 AccountLicense (const AccountLicense &from)
 
AccountLicenseoperator= (const AccountLicense &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AccountLicense *other)
 
AccountLicenseNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_id () const
 
void clear_id ()
 
inline ::google::protobuf::uint32 id () const
 
void set_id (::google::protobuf::uint32 value)
 
bool has_expires () const
 
void clear_expires ()
 
inline ::google::protobuf::uint64 expires () const
 
void set_expires (::google::protobuf::uint64 value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kIdFieldNumber = 1
 
static const int kExpiresFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_id ()
 
void clear_has_id ()
 
void set_has_expires ()
 
void clear_has_expires ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 expires_
 
::google::protobuf::uint32 id_
 

Static Private Attributes

static AccountLicensedefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_account_5ftypes_2eproto ()
 
void protobuf_AssignDesc_account_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_account_5ftypes_2eproto ()
 

Detailed Description

Definition at line 197 of file account_types.pb.h.

Constructor & Destructor Documentation

◆ AccountLicense() [1/2]

bgs::protocol::account::v1::AccountLicense::AccountLicense ( )

◆ ~AccountLicense()

virtual bgs::protocol::account::v1::AccountLicense::~AccountLicense ( )
virtual

◆ AccountLicense() [2/2]

bgs::protocol::account::v1::AccountLicense::AccountLicense ( const AccountLicense from)

Member Function Documentation

◆ clear_expires()

void bgs::protocol::account::v1::AccountLicense::clear_expires ( )
inline

Definition at line 4423 of file account_types.pb.h.

◆ clear_has_expires()

void bgs::protocol::account::v1::AccountLicense::clear_has_expires ( )
inlineprivate

Definition at line 4420 of file account_types.pb.h.

◆ clear_has_id()

void bgs::protocol::account::v1::AccountLicense::clear_has_id ( )
inlineprivate

Definition at line 4396 of file account_types.pb.h.

◆ clear_id()

void bgs::protocol::account::v1::AccountLicense::clear_id ( )
inline

Definition at line 4399 of file account_types.pb.h.

◆ default_instance()

static const AccountLicense & bgs::protocol::account::v1::AccountLicense::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * bgs::protocol::account::v1::AccountLicense::descriptor ( )
static

◆ expires()

google::protobuf::uint64 bgs::protocol::account::v1::AccountLicense::expires ( ) const
inline

Definition at line 4427 of file account_types.pb.h.

◆ GetCachedSize()

int bgs::protocol::account::v1::AccountLicense::GetCachedSize ( ) const
inline

Definition at line 225 of file account_types.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata bgs::protocol::account::v1::AccountLicense::GetMetadata ( ) const

◆ has_expires()

bool bgs::protocol::account::v1::AccountLicense::has_expires ( ) const
inline

Definition at line 4414 of file account_types.pb.h.

◆ has_id()

bool bgs::protocol::account::v1::AccountLicense::has_id ( ) const
inline

Definition at line 4390 of file account_types.pb.h.

◆ id()

google::protobuf::uint32 bgs::protocol::account::v1::AccountLicense::id ( ) const
inline

Definition at line 4403 of file account_types.pb.h.

◆ InitAsDefaultInstance()

void bgs::protocol::account::v1::AccountLicense::InitAsDefaultInstance ( )
private

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * bgs::protocol::account::v1::AccountLicense::mutable_unknown_fields ( )
inline

Definition at line 213 of file account_types.pb.h.

◆ New()

AccountLicense * bgs::protocol::account::v1::AccountLicense::New ( ) const

◆ operator=()

AccountLicense & bgs::protocol::account::v1::AccountLicense::operator= ( const AccountLicense from)
inline

Definition at line 204 of file account_types.pb.h.

◆ set_expires()

void bgs::protocol::account::v1::AccountLicense::set_expires ( ::google::protobuf::uint64  value)
inline

Definition at line 4431 of file account_types.pb.h.

◆ set_has_expires()

void bgs::protocol::account::v1::AccountLicense::set_has_expires ( )
inlineprivate

Definition at line 4417 of file account_types.pb.h.

◆ set_has_id()

void bgs::protocol::account::v1::AccountLicense::set_has_id ( )
inlineprivate

Definition at line 4393 of file account_types.pb.h.

◆ set_id()

void bgs::protocol::account::v1::AccountLicense::set_id ( ::google::protobuf::uint32  value)
inline

Definition at line 4407 of file account_types.pb.h.

◆ SetCachedSize()

void bgs::protocol::account::v1::AccountLicense::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void bgs::protocol::account::v1::AccountLicense::SharedCtor ( )
private

◆ SharedDtor()

void bgs::protocol::account::v1::AccountLicense::SharedDtor ( )
private

◆ Swap()

void bgs::protocol::account::v1::AccountLicense::Swap ( AccountLicense other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & bgs::protocol::account::v1::AccountLicense::unknown_fields ( ) const
inline

Definition at line 209 of file account_types.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_account_5ftypes_2eproto

void TC_PROTO_API protobuf_AddDesc_account_5ftypes_2eproto ( )
friend

◆ protobuf_AssignDesc_account_5ftypes_2eproto

void protobuf_AssignDesc_account_5ftypes_2eproto ( )
friend

◆ protobuf_ShutdownFile_account_5ftypes_2eproto

void protobuf_ShutdownFile_account_5ftypes_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int bgs::protocol::account::v1::AccountLicense::_cached_size_
mutableprivate

Definition at line 261 of file account_types.pb.h.

◆ _has_bits_

::google::protobuf::uint32 bgs::protocol::account::v1::AccountLicense::_has_bits_[1]
private

Definition at line 260 of file account_types.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet bgs::protocol::account::v1::AccountLicense::_unknown_fields_
private

Definition at line 258 of file account_types.pb.h.

◆ default_instance_

AccountLicense* bgs::protocol::account::v1::AccountLicense::default_instance_
staticprivate

Definition at line 269 of file account_types.pb.h.

◆ expires_

::google::protobuf::uint64 bgs::protocol::account::v1::AccountLicense::expires_
private

Definition at line 262 of file account_types.pb.h.

◆ id_

::google::protobuf::uint32 bgs::protocol::account::v1::AccountLicense::id_
private

Definition at line 263 of file account_types.pb.h.

◆ kExpiresFieldNumber

const int bgs::protocol::account::v1::AccountLicense::kExpiresFieldNumber = 2
static

Definition at line 247 of file account_types.pb.h.

◆ kIdFieldNumber

const int bgs::protocol::account::v1::AccountLicense::kIdFieldNumber = 1
static

Definition at line 240 of file account_types.pb.h.


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