Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | Static Private Attributes | Friends | List of all members
payments::Output Class Reference

#include <paymentrequest.pb.h>

Inheritance diagram for payments::Output:
[legend]
Collaboration diagram for payments::Output:
[legend]

Public Member Functions

 Output ()
 
virtual ~Output ()
 
 Output (const Output &from)
 
Outputoperator= (const Output &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Output *other)
 
OutputNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Output &from)
 
void MergeFrom (const Output &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_amount () const
 
void clear_amount ()
 
inline::google::protobuf::uint64 amount () const
 
void set_amount (::google::protobuf::uint64 value)
 
bool has_script () const
 
void clear_script ()
 
const ::std::string & script () const
 
void set_script (const ::std::string &value)
 
void set_script (const char *value)
 
void set_script (const void *value, size_t size)
 
inline::std::string * mutable_script ()
 
inline::std::string * release_script ()
 
void set_allocated_script (::std::string *script)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAmountFieldNumber = 1
 
static const int kScriptFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_amount ()
 
void clear_has_amount ()
 
void set_has_script ()
 
void clear_has_script ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 amount_
 
::std::string * script_
 

Static Private Attributes

static Outputdefault_instance_ = NULL
 

Friends

void protobuf_AddDesc_paymentrequest_2eproto ()
 
void protobuf_AssignDesc_paymentrequest_2eproto ()
 
void protobuf_ShutdownFile_paymentrequest_2eproto ()
 

Detailed Description

Definition at line 45 of file paymentrequest.pb.h.

Constructor & Destructor Documentation

payments::Output::Output ( )

Definition at line 260 of file paymentrequest.pb.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

payments::Output::~Output ( )
virtual

Definition at line 284 of file paymentrequest.pb.cc.

Here is the call graph for this function:

payments::Output::Output ( const Output from)

Definition at line 269 of file paymentrequest.pb.cc.

Here is the call graph for this function:

Member Function Documentation

google::protobuf::uint64 payments::Output::amount ( ) const
inline

Definition at line 772 of file paymentrequest.pb.h.

Here is the caller graph for this function:

int payments::Output::ByteSize ( ) const

Definition at line 434 of file paymentrequest.pb.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::Output::Clear ( )

Definition at line 318 of file paymentrequest.pb.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::Output::clear_amount ( )
inline

Definition at line 768 of file paymentrequest.pb.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::Output::clear_has_amount ( )
inlineprivate

Definition at line 765 of file paymentrequest.pb.h.

Here is the caller graph for this function:

void payments::Output::clear_has_script ( )
inlineprivate

Definition at line 789 of file paymentrequest.pb.h.

Here is the caller graph for this function:

void payments::Output::clear_script ( )
inline

Definition at line 792 of file paymentrequest.pb.h.

Here is the call graph for this function:

void payments::Output::CopyFrom ( const ::google::protobuf::Message &  from)

Definition at line 489 of file paymentrequest.pb.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::Output::CopyFrom ( const Output from)

Definition at line 495 of file paymentrequest.pb.cc.

Here is the call graph for this function:

const Output & payments::Output::default_instance ( )
static

Definition at line 307 of file paymentrequest.pb.cc.

Here is the caller graph for this function:

const ::google::protobuf::Descriptor * payments::Output::descriptor ( )
static

Definition at line 302 of file paymentrequest.pb.cc.

Here is the caller graph for this function:

int payments::Output::GetCachedSize ( ) const
inline

Definition at line 86 of file paymentrequest.pb.h.

Here is the call graph for this function:

google::protobuf::Metadata payments::Output::GetMetadata ( ) const

Definition at line 517 of file paymentrequest.pb.cc.

Here is the caller graph for this function:

bool payments::Output::has_amount ( ) const
inline

Definition at line 759 of file paymentrequest.pb.h.

Here is the caller graph for this function:

bool payments::Output::has_script ( ) const
inline

Definition at line 783 of file paymentrequest.pb.h.

Here is the caller graph for this function:

void payments::Output::InitAsDefaultInstance ( )
private

Definition at line 266 of file paymentrequest.pb.cc.

Here is the caller graph for this function:

bool payments::Output::IsInitialized ( ) const

Definition at line 501 of file paymentrequest.pb.cc.

Here is the caller graph for this function:

void payments::Output::MergeFrom ( const ::google::protobuf::Message &  from)

Definition at line 464 of file paymentrequest.pb.cc.

Here is the caller graph for this function:

void payments::Output::MergeFrom ( const Output from)

Definition at line 476 of file paymentrequest.pb.cc.

Here is the call graph for this function:

bool payments::Output::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

Definition at line 331 of file paymentrequest.pb.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

std::string * payments::Output::mutable_script ( )
inline

Definition at line 826 of file paymentrequest.pb.h.

Here is the call graph for this function:

Here is the caller graph for this function:

inline ::google::protobuf::UnknownFieldSet* payments::Output::mutable_unknown_fields ( )
inline

Definition at line 61 of file paymentrequest.pb.h.

Here is the call graph for this function:

Here is the caller graph for this function:

Output * payments::Output::New ( ) const

Definition at line 314 of file paymentrequest.pb.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Output& payments::Output::operator= ( const Output from)
inline

Definition at line 52 of file paymentrequest.pb.h.

Here is the call graph for this function:

std::string * payments::Output::release_script ( )
inline

Definition at line 834 of file paymentrequest.pb.h.

Here is the call graph for this function:

const ::std::string & payments::Output::script ( ) const
inline

Definition at line 798 of file paymentrequest.pb.h.

Here is the caller graph for this function:

void payments::Output::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

Definition at line 390 of file paymentrequest.pb.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

google::protobuf::uint8 * payments::Output::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const

Definition at line 411 of file paymentrequest.pb.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::Output::set_allocated_script ( ::std::string *  script)
inline

Definition at line 844 of file paymentrequest.pb.h.

Here is the call graph for this function:

void payments::Output::set_amount ( ::google::protobuf::uint64  value)
inline

Definition at line 776 of file paymentrequest.pb.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::Output::set_has_amount ( )
inlineprivate

Definition at line 762 of file paymentrequest.pb.h.

Here is the caller graph for this function:

void payments::Output::set_has_script ( )
inlineprivate

Definition at line 786 of file paymentrequest.pb.h.

Here is the caller graph for this function:

void payments::Output::set_script ( const ::std::string &  value)
inline

Definition at line 802 of file paymentrequest.pb.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::Output::set_script ( const char *  value)
inline

Definition at line 810 of file paymentrequest.pb.h.

Here is the call graph for this function:

void payments::Output::set_script ( const void *  value,
size_t  size 
)
inline

Definition at line 818 of file paymentrequest.pb.h.

Here is the call graph for this function:

void payments::Output::SetCachedSize ( int  size) const
private

Definition at line 297 of file paymentrequest.pb.cc.

Here is the caller graph for this function:

void payments::Output::SharedCtor ( )
private

Definition at line 276 of file paymentrequest.pb.cc.

Here is the caller graph for this function:

void payments::Output::SharedDtor ( )
private

Definition at line 289 of file paymentrequest.pb.cc.

Here is the caller graph for this function:

void payments::Output::Swap ( Output other)

Definition at line 507 of file paymentrequest.pb.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

const ::google::protobuf::UnknownFieldSet& payments::Output::unknown_fields ( ) const
inline

Definition at line 57 of file paymentrequest.pb.h.

Here is the caller graph for this function:

Friends And Related Function Documentation

void protobuf_AddDesc_paymentrequest_2eproto ( )
friend

Definition at line 201 of file paymentrequest.pb.cc.

void protobuf_AssignDesc_paymentrequest_2eproto ( )
friend

Definition at line 45 of file paymentrequest.pb.cc.

void protobuf_ShutdownFile_paymentrequest_2eproto ( )
friend

Definition at line 184 of file paymentrequest.pb.cc.

Member Data Documentation

int payments::Output::_cached_size_
mutableprivate

Definition at line 127 of file paymentrequest.pb.h.

::google::protobuf::uint32 payments::Output::_has_bits_[1]
private

Definition at line 126 of file paymentrequest.pb.h.

::google::protobuf::UnknownFieldSet payments::Output::_unknown_fields_
private

Definition at line 124 of file paymentrequest.pb.h.

::google::protobuf::uint64 payments::Output::amount_
private

Definition at line 128 of file paymentrequest.pb.h.

Output * payments::Output::default_instance_ = NULL
staticprivate

Definition at line 135 of file paymentrequest.pb.h.

const int payments::Output::kAmountFieldNumber = 1
static

Definition at line 101 of file paymentrequest.pb.h.

const int payments::Output::kScriptFieldNumber = 2
static

Definition at line 108 of file paymentrequest.pb.h.

::std::string* payments::Output::script_
private

Definition at line 129 of file paymentrequest.pb.h.


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