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

#include <account_types.pb.h>

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

Public Member Functions

 AuthorizedData ()
 
virtual ~AuthorizedData ()
 
 AuthorizedData (const AuthorizedData &from)
 
AuthorizedDataoperator= (const AuthorizedData &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (AuthorizedData *other)
 
AuthorizedDataNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_data () const
 
void clear_data ()
 
const ::std::string & data () const
 
void set_data (const ::std::string &value)
 
void set_data (const char *value)
 
void set_data (const char *value, size_t size)
 
inline ::std::string * mutable_data ()
 
inline ::std::string * release_data ()
 
void set_allocated_data (::std::string *data)
 
int license_size () const
 
void clear_license ()
 
inline ::google::protobuf::uint32 license (int index) const
 
void set_license (int index, ::google::protobuf::uint32 value)
 
void add_license (::google::protobuf::uint32 value)
 
const ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > & license () const
 
inline ::google::protobuf::RepeatedField< ::google::protobuf::uint32 > * mutable_license ()
 

Static Public Member Functions

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

Static Public Attributes

static const int kDataFieldNumber = 1
 
static const int kLicenseFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_data ()
 
void clear_has_data ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * data_
 
::google::protobuf::RepeatedField< ::google::protobuf::uint32license_
 

Static Private Attributes

static AuthorizedDatadefault_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 3579 of file account_types.pb.h.

Constructor & Destructor Documentation

◆ AuthorizedData() [1/2]

bgs::protocol::account::v1::AuthorizedData::AuthorizedData ( )

◆ ~AuthorizedData()

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

◆ AuthorizedData() [2/2]

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

Member Function Documentation

◆ add_license()

void bgs::protocol::account::v1::AuthorizedData::add_license ( ::google::protobuf::uint32  value)
inline

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

◆ clear_data()

void bgs::protocol::account::v1::AuthorizedData::clear_data ( )
inline

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

◆ clear_has_data()

void bgs::protocol::account::v1::AuthorizedData::clear_has_data ( )
inlineprivate

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

◆ clear_license()

void bgs::protocol::account::v1::AuthorizedData::clear_license ( )
inline

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

◆ data()

const ::std::string & bgs::protocol::account::v1::AuthorizedData::data ( ) const
inline

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_data()

bool bgs::protocol::account::v1::AuthorizedData::has_data ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ license() [1/2]

const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & bgs::protocol::account::v1::AuthorizedData::license ( ) const
inline

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

◆ license() [2/2]

google::protobuf::uint32 bgs::protocol::account::v1::AuthorizedData::license ( int  index) const
inline

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

◆ license_size()

int bgs::protocol::account::v1::AuthorizedData::license_size ( ) const
inline

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

◆ mutable_data()

std::string * bgs::protocol::account::v1::AuthorizedData::mutable_data ( )
inline

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

◆ mutable_license()

google::protobuf::RepeatedField<::google::protobuf::uint32 > * bgs::protocol::account::v1::AuthorizedData::mutable_license ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New()

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

◆ operator=()

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

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

◆ release_data()

std::string * bgs::protocol::account::v1::AuthorizedData::release_data ( )
inline

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

◆ set_allocated_data()

void bgs::protocol::account::v1::AuthorizedData::set_allocated_data ( ::std::string *  data)
inline

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

◆ set_data() [1/3]

void bgs::protocol::account::v1::AuthorizedData::set_data ( const ::std::string &  value)
inline

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

◆ set_data() [2/3]

void bgs::protocol::account::v1::AuthorizedData::set_data ( const char *  value)
inline

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

◆ set_data() [3/3]

void bgs::protocol::account::v1::AuthorizedData::set_data ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ set_has_data()

void bgs::protocol::account::v1::AuthorizedData::set_has_data ( )
inlineprivate

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

◆ set_license()

void bgs::protocol::account::v1::AuthorizedData::set_license ( int  index,
::google::protobuf::uint32  value 
)
inline

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

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

Definition at line 3591 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::AuthorizedData::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ data_

::std::string* bgs::protocol::account::v1::AuthorizedData::data_
private

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

◆ default_instance_

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

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

◆ kDataFieldNumber

const int bgs::protocol::account::v1::AuthorizedData::kDataFieldNumber = 1
static

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

◆ kLicenseFieldNumber

const int bgs::protocol::account::v1::AuthorizedData::kLicenseFieldNumber = 2
static

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

◆ license_

::google::protobuf::RepeatedField< ::google::protobuf::uint32 > bgs::protocol::account::v1::AuthorizedData::license_
private

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


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