TrinityCore
Battlenet::JSON::Login::FormInputs Class Reference

#include <Login.pb.h>

+ Inheritance diagram for Battlenet::JSON::Login::FormInputs:

Public Member Functions

 FormInputs ()
 
virtual ~FormInputs ()
 
 FormInputs (const FormInputs &from)
 
FormInputsoperator= (const FormInputs &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FormInputs *other)
 
FormInputsNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_type () const
 
void clear_type ()
 
inline ::Battlenet::JSON::Login::FormType type () const
 
void set_type (::Battlenet::JSON::Login::FormType value)
 
int inputs_size () const
 
void clear_inputs ()
 
const ::Battlenet::JSON::Login::FormInputinputs (int index) const
 
inline ::Battlenet::JSON::Login::FormInputmutable_inputs (int index)
 
inline ::Battlenet::JSON::Login::FormInputadd_inputs ()
 
const ::google::protobuf::RepeatedPtrField< ::Battlenet::JSON::Login::FormInput > & inputs () const
 
inline ::google::protobuf::RepeatedPtrField< ::Battlenet::JSON::Login::FormInput > * mutable_inputs ()
 
bool has_srp_url () const
 
void clear_srp_url ()
 
const ::std::string & srp_url () const
 
void set_srp_url (const ::std::string &value)
 
void set_srp_url (const char *value)
 
void set_srp_url (const char *value, size_t size)
 
inline ::std::string * mutable_srp_url ()
 
inline ::std::string * release_srp_url ()
 
void set_allocated_srp_url (::std::string *srp_url)
 
bool has_srp_js () const
 
void clear_srp_js ()
 
const ::std::string & srp_js () const
 
void set_srp_js (const ::std::string &value)
 
void set_srp_js (const char *value)
 
void set_srp_js (const char *value, size_t size)
 
inline ::std::string * mutable_srp_js ()
 
inline ::std::string * release_srp_js ()
 
void set_allocated_srp_js (::std::string *srp_js)
 

Static Public Member Functions

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

Static Public Attributes

static const int kTypeFieldNumber = 1
 
static const int kInputsFieldNumber = 2
 
static const int kSrpUrlFieldNumber = 3
 
static const int kSrpJsFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_type ()
 
void clear_has_type ()
 
void set_has_srp_url ()
 
void clear_has_srp_url ()
 
void set_has_srp_js ()
 
void clear_has_srp_js ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField< ::Battlenet::JSON::Login::FormInputinputs_
 
::std::string * srp_url_
 
::std::string * srp_js_
 
int type_
 

Static Private Attributes

static FormInputsdefault_instance_
 

Friends

void TC_PROTO_API protobuf_AddDesc_Login_2eproto ()
 
void protobuf_AssignDesc_Login_2eproto ()
 
void protobuf_ShutdownFile_Login_2eproto ()
 

Detailed Description

Definition at line 259 of file Login.pb.h.

Constructor & Destructor Documentation

◆ FormInputs() [1/2]

Battlenet::JSON::Login::FormInputs::FormInputs ( )

◆ ~FormInputs()

virtual Battlenet::JSON::Login::FormInputs::~FormInputs ( )
virtual

◆ FormInputs() [2/2]

Battlenet::JSON::Login::FormInputs::FormInputs ( const FormInputs from)

Member Function Documentation

◆ add_inputs()

Battlenet::JSON::Login::FormInput * Battlenet::JSON::Login::FormInputs::add_inputs ( )
inline

Definition at line 1462 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_srp_js()

void Battlenet::JSON::Login::FormInputs::clear_has_srp_js ( )
inlineprivate

Definition at line 1560 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_srp_url()

void Battlenet::JSON::Login::FormInputs::clear_has_srp_url ( )
inlineprivate

Definition at line 1484 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_has_type()

void Battlenet::JSON::Login::FormInputs::clear_has_type ( )
inlineprivate

Definition at line 1429 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ clear_inputs()

void Battlenet::JSON::Login::FormInputs::clear_inputs ( )
inline

Definition at line 1451 of file Login.pb.h.

◆ clear_srp_js()

void Battlenet::JSON::Login::FormInputs::clear_srp_js ( )
inline

Definition at line 1563 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_srp_url()

void Battlenet::JSON::Login::FormInputs::clear_srp_url ( )
inline

Definition at line 1487 of file Login.pb.h.

+ Here is the call graph for this function:

◆ clear_type()

void Battlenet::JSON::Login::FormInputs::clear_type ( )
inline

Definition at line 1432 of file Login.pb.h.

+ Here is the call graph for this function:

◆ default_instance()

static const FormInputs & Battlenet::JSON::Login::FormInputs::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor * Battlenet::JSON::Login::FormInputs::descriptor ( )
static

◆ GetCachedSize()

int Battlenet::JSON::Login::FormInputs::GetCachedSize ( ) const
inline

Definition at line 287 of file Login.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata Battlenet::JSON::Login::FormInputs::GetMetadata ( ) const

◆ has_srp_js()

bool Battlenet::JSON::Login::FormInputs::has_srp_js ( ) const
inline

Definition at line 1554 of file Login.pb.h.

◆ has_srp_url()

bool Battlenet::JSON::Login::FormInputs::has_srp_url ( ) const
inline

Definition at line 1478 of file Login.pb.h.

◆ has_type()

bool Battlenet::JSON::Login::FormInputs::has_type ( ) const
inline

Definition at line 1423 of file Login.pb.h.

◆ InitAsDefaultInstance()

void Battlenet::JSON::Login::FormInputs::InitAsDefaultInstance ( )
private

◆ inputs() [1/2]

const ::google::protobuf::RepeatedPtrField<::Battlenet::JSON::Login::FormInput > & Battlenet::JSON::Login::FormInputs::inputs ( ) const
inline

Definition at line 1467 of file Login.pb.h.

◆ inputs() [2/2]

const ::Battlenet::JSON::Login::FormInput & Battlenet::JSON::Login::FormInputs::inputs ( int  index) const
inline

Definition at line 1454 of file Login.pb.h.

◆ inputs_size()

int Battlenet::JSON::Login::FormInputs::inputs_size ( ) const
inline

Definition at line 1448 of file Login.pb.h.

◆ mutable_inputs() [1/2]

google::protobuf::RepeatedPtrField<::Battlenet::JSON::Login::FormInput > * Battlenet::JSON::Login::FormInputs::mutable_inputs ( )
inline

Definition at line 1472 of file Login.pb.h.

◆ mutable_inputs() [2/2]

Battlenet::JSON::Login::FormInput * Battlenet::JSON::Login::FormInputs::mutable_inputs ( int  index)
inline

Definition at line 1458 of file Login.pb.h.

◆ mutable_srp_js()

std::string * Battlenet::JSON::Login::FormInputs::mutable_srp_js ( )
inline

Definition at line 1597 of file Login.pb.h.

+ Here is the call graph for this function:

◆ mutable_srp_url()

std::string * Battlenet::JSON::Login::FormInputs::mutable_srp_url ( )
inline

Definition at line 1521 of file Login.pb.h.

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * Battlenet::JSON::Login::FormInputs::mutable_unknown_fields ( )
inline

Definition at line 275 of file Login.pb.h.

◆ New()

FormInputs * Battlenet::JSON::Login::FormInputs::New ( ) const

◆ operator=()

FormInputs & Battlenet::JSON::Login::FormInputs::operator= ( const FormInputs from)
inline

Definition at line 266 of file Login.pb.h.

◆ release_srp_js()

std::string * Battlenet::JSON::Login::FormInputs::release_srp_js ( )
inline

Definition at line 1605 of file Login.pb.h.

+ Here is the call graph for this function:

◆ release_srp_url()

std::string * Battlenet::JSON::Login::FormInputs::release_srp_url ( )
inline

Definition at line 1529 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_srp_js()

void Battlenet::JSON::Login::FormInputs::set_allocated_srp_js ( ::std::string *  srp_js)
inline

Definition at line 1615 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_allocated_srp_url()

void Battlenet::JSON::Login::FormInputs::set_allocated_srp_url ( ::std::string *  srp_url)
inline

Definition at line 1539 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_has_srp_js()

void Battlenet::JSON::Login::FormInputs::set_has_srp_js ( )
inlineprivate

Definition at line 1557 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_srp_url()

void Battlenet::JSON::Login::FormInputs::set_has_srp_url ( )
inlineprivate

Definition at line 1481 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_has_type()

void Battlenet::JSON::Login::FormInputs::set_has_type ( )
inlineprivate

Definition at line 1426 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ set_srp_js() [1/3]

void Battlenet::JSON::Login::FormInputs::set_srp_js ( const ::std::string &  value)
inline

Definition at line 1573 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_srp_js() [2/3]

void Battlenet::JSON::Login::FormInputs::set_srp_js ( const char *  value)
inline

Definition at line 1581 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_srp_js() [3/3]

void Battlenet::JSON::Login::FormInputs::set_srp_js ( const char *  value,
size_t  size 
)
inline

Definition at line 1589 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_srp_url() [1/3]

void Battlenet::JSON::Login::FormInputs::set_srp_url ( const ::std::string &  value)
inline

Definition at line 1497 of file Login.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ set_srp_url() [2/3]

void Battlenet::JSON::Login::FormInputs::set_srp_url ( const char *  value)
inline

Definition at line 1505 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_srp_url() [3/3]

void Battlenet::JSON::Login::FormInputs::set_srp_url ( const char *  value,
size_t  size 
)
inline

Definition at line 1513 of file Login.pb.h.

+ Here is the call graph for this function:

◆ set_type()

void Battlenet::JSON::Login::FormInputs::set_type ( ::Battlenet::JSON::Login::FormType  value)
inline

Definition at line 1440 of file Login.pb.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ SetCachedSize()

void Battlenet::JSON::Login::FormInputs::SetCachedSize ( int  size) const
private

◆ SharedCtor()

void Battlenet::JSON::Login::FormInputs::SharedCtor ( )
private

◆ SharedDtor()

void Battlenet::JSON::Login::FormInputs::SharedDtor ( )
private

◆ srp_js()

const ::std::string & Battlenet::JSON::Login::FormInputs::srp_js ( ) const
inline

Definition at line 1569 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ srp_url()

const ::std::string & Battlenet::JSON::Login::FormInputs::srp_url ( ) const
inline

Definition at line 1493 of file Login.pb.h.

+ Here is the caller graph for this function:

◆ Swap()

void Battlenet::JSON::Login::FormInputs::Swap ( FormInputs other)

◆ type()

Battlenet::JSON::Login::FormType Battlenet::JSON::Login::FormInputs::type ( ) const
inline

Definition at line 1436 of file Login.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & Battlenet::JSON::Login::FormInputs::unknown_fields ( ) const
inline

Definition at line 271 of file Login.pb.h.

Friends And Related Function Documentation

◆ protobuf_AddDesc_Login_2eproto

void TC_PROTO_API protobuf_AddDesc_Login_2eproto ( )
friend

◆ protobuf_AssignDesc_Login_2eproto

void protobuf_AssignDesc_Login_2eproto ( )
friend

◆ protobuf_ShutdownFile_Login_2eproto

void protobuf_ShutdownFile_Login_2eproto ( )
friend

Member Data Documentation

◆ _cached_size_

int Battlenet::JSON::Login::FormInputs::_cached_size_
mutableprivate

Definition at line 354 of file Login.pb.h.

◆ _has_bits_

::google::protobuf::uint32 Battlenet::JSON::Login::FormInputs::_has_bits_[1]
private

Definition at line 353 of file Login.pb.h.

◆ _unknown_fields_

::google::protobuf::UnknownFieldSet Battlenet::JSON::Login::FormInputs::_unknown_fields_
private

Definition at line 351 of file Login.pb.h.

◆ default_instance_

FormInputs* Battlenet::JSON::Login::FormInputs::default_instance_
staticprivate

Definition at line 364 of file Login.pb.h.

◆ inputs_

::google::protobuf::RepeatedPtrField< ::Battlenet::JSON::Login::FormInput > Battlenet::JSON::Login::FormInputs::inputs_
private

Definition at line 355 of file Login.pb.h.

◆ kInputsFieldNumber

const int Battlenet::JSON::Login::FormInputs::kInputsFieldNumber = 2
static

Definition at line 309 of file Login.pb.h.

◆ kSrpJsFieldNumber

const int Battlenet::JSON::Login::FormInputs::kSrpJsFieldNumber = 4
static

Definition at line 333 of file Login.pb.h.

◆ kSrpUrlFieldNumber

const int Battlenet::JSON::Login::FormInputs::kSrpUrlFieldNumber = 3
static

Definition at line 321 of file Login.pb.h.

◆ kTypeFieldNumber

const int Battlenet::JSON::Login::FormInputs::kTypeFieldNumber = 1
static

Definition at line 302 of file Login.pb.h.

◆ srp_js_

::std::string* Battlenet::JSON::Login::FormInputs::srp_js_
private

Definition at line 357 of file Login.pb.h.

◆ srp_url_

::std::string* Battlenet::JSON::Login::FormInputs::srp_url_
private

Definition at line 356 of file Login.pb.h.

◆ type_

int Battlenet::JSON::Login::FormInputs::type_
private

Definition at line 358 of file Login.pb.h.


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