TrinityCore
Battlenet::JSON::Login::FormInputValue Class Reference

#include <Login.pb.h>

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

Public Member Functions

 FormInputValue ()
 
virtual ~FormInputValue ()
 
 FormInputValue (const FormInputValue &from)
 
FormInputValueoperator= (const FormInputValue &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (FormInputValue *other)
 
FormInputValueNew () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_input_id () const
 
void clear_input_id ()
 
const ::std::string & input_id () const
 
void set_input_id (const ::std::string &value)
 
void set_input_id (const char *value)
 
void set_input_id (const char *value, size_t size)
 
inline ::std::string * mutable_input_id ()
 
inline ::std::string * release_input_id ()
 
void set_allocated_input_id (::std::string *input_id)
 
bool has_value () const
 
void clear_value ()
 
const ::std::string & value () const
 
void set_value (const ::std::string &value)
 
void set_value (const char *value)
 
void set_value (const char *value, size_t size)
 
inline ::std::string * mutable_value ()
 
inline ::std::string * release_value ()
 
void set_allocated_value (::std::string *value)
 

Static Public Member Functions

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

Static Public Attributes

static const int kInputIdFieldNumber = 1
 
static const int kValueFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_input_id ()
 
void clear_has_input_id ()
 
void set_has_value ()
 
void clear_has_value ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * input_id_
 
::std::string * value_
 

Static Private Attributes

static FormInputValuedefault_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 368 of file Login.pb.h.

Constructor & Destructor Documentation

◆ FormInputValue() [1/2]

Battlenet::JSON::Login::FormInputValue::FormInputValue ( )

◆ ~FormInputValue()

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

◆ FormInputValue() [2/2]

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

Member Function Documentation

◆ clear_has_input_id()

void Battlenet::JSON::Login::FormInputValue::clear_has_input_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_has_value()

void Battlenet::JSON::Login::FormInputValue::clear_has_value ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ clear_input_id()

void Battlenet::JSON::Login::FormInputValue::clear_input_id ( )
inline

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

+ Here is the call graph for this function:

◆ clear_value()

void Battlenet::JSON::Login::FormInputValue::clear_value ( )
inline

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

+ Here is the call graph for this function:

◆ default_instance()

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

◆ descriptor()

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

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_input_id()

bool Battlenet::JSON::Login::FormInputValue::has_input_id ( ) const
inline

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

◆ has_value()

bool Battlenet::JSON::Login::FormInputValue::has_value ( ) const
inline

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

◆ InitAsDefaultInstance()

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

◆ input_id()

const ::std::string & Battlenet::JSON::Login::FormInputValue::input_id ( ) const
inline

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

+ Here is the caller graph for this function:

◆ mutable_input_id()

std::string * Battlenet::JSON::Login::FormInputValue::mutable_input_id ( )
inline

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

+ Here is the call graph for this function:

◆ mutable_unknown_fields()

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

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

◆ mutable_value()

std::string * Battlenet::JSON::Login::FormInputValue::mutable_value ( )
inline

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

+ Here is the call graph for this function:

◆ New()

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

◆ operator=()

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

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

◆ release_input_id()

std::string * Battlenet::JSON::Login::FormInputValue::release_input_id ( )
inline

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

+ Here is the call graph for this function:

◆ release_value()

std::string * Battlenet::JSON::Login::FormInputValue::release_value ( )
inline

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

+ Here is the call graph for this function:

◆ set_allocated_input_id()

void Battlenet::JSON::Login::FormInputValue::set_allocated_input_id ( ::std::string *  input_id)
inline

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

+ Here is the call graph for this function:

◆ set_allocated_value()

void Battlenet::JSON::Login::FormInputValue::set_allocated_value ( ::std::string *  value)
inline

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

+ Here is the call graph for this function:

◆ set_has_input_id()

void Battlenet::JSON::Login::FormInputValue::set_has_input_id ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_has_value()

void Battlenet::JSON::Login::FormInputValue::set_has_value ( )
inlineprivate

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

+ Here is the caller graph for this function:

◆ set_input_id() [1/3]

void Battlenet::JSON::Login::FormInputValue::set_input_id ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_input_id() [2/3]

void Battlenet::JSON::Login::FormInputValue::set_input_id ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_input_id() [3/3]

void Battlenet::JSON::Login::FormInputValue::set_input_id ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ set_value() [1/3]

void Battlenet::JSON::Login::FormInputValue::set_value ( const ::std::string &  value)
inline

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

+ Here is the call graph for this function:

◆ set_value() [2/3]

void Battlenet::JSON::Login::FormInputValue::set_value ( const char *  value)
inline

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

+ Here is the call graph for this function:

◆ set_value() [3/3]

void Battlenet::JSON::Login::FormInputValue::set_value ( const char *  value,
size_t  size 
)
inline

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

+ Here is the call graph for this function:

◆ SetCachedSize()

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

◆ SharedCtor()

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

◆ SharedDtor()

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

◆ Swap()

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

◆ unknown_fields()

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

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

◆ value()

const ::std::string & Battlenet::JSON::Login::FormInputValue::value ( ) const
inline

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

+ Here is the caller graph for this function:

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::FormInputValue::_cached_size_
mutableprivate

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

◆ _has_bits_

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

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

◆ _unknown_fields_

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

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

◆ default_instance_

FormInputValue* Battlenet::JSON::Login::FormInputValue::default_instance_
staticprivate

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

◆ input_id_

::std::string* Battlenet::JSON::Login::FormInputValue::input_id_
private

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

◆ kInputIdFieldNumber

const int Battlenet::JSON::Login::FormInputValue::kInputIdFieldNumber = 1
static

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

◆ kValueFieldNumber

const int Battlenet::JSON::Login::FormInputValue::kValueFieldNumber = 2
static

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

◆ value_

::std::string* Battlenet::JSON::Login::FormInputValue::value_
private

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


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