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::Payment Class Reference

#include <paymentrequest.pb.h>

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

Public Member Functions

 Payment ()
 
virtual ~Payment ()
 
 Payment (const Payment &from)
 
Paymentoperator= (const Payment &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Payment *other)
 
PaymentNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Payment &from)
 
void MergeFrom (const Payment &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_merchant_data () const
 
void clear_merchant_data ()
 
const ::std::string & merchant_data () const
 
void set_merchant_data (const ::std::string &value)
 
void set_merchant_data (const char *value)
 
void set_merchant_data (const void *value, size_t size)
 
inline::std::string * mutable_merchant_data ()
 
inline::std::string * release_merchant_data ()
 
void set_allocated_merchant_data (::std::string *merchant_data)
 
int transactions_size () const
 
void clear_transactions ()
 
const ::std::string & transactions (int index) const
 
inline::std::string * mutable_transactions (int index)
 
void set_transactions (int index, const ::std::string &value)
 
void set_transactions (int index, const char *value)
 
void set_transactions (int index, const void *value, size_t size)
 
inline::std::string * add_transactions ()
 
void add_transactions (const ::std::string &value)
 
void add_transactions (const char *value)
 
void add_transactions (const void *value, size_t size)
 
const ::google::protobuf::RepeatedPtrField< ::std::string > & transactions () const
 
inline::google::protobuf::RepeatedPtrField< ::std::string > * mutable_transactions ()
 
int refund_to_size () const
 
void clear_refund_to ()
 
const ::payments::Outputrefund_to (int index) const
 
inline::payments::Output * mutable_refund_to (int index)
 
inline::payments::Output * add_refund_to ()
 
const ::google::protobuf::RepeatedPtrField< ::payments::Output > & refund_to () const
 
inline::google::protobuf::RepeatedPtrField< ::payments::Output > * mutable_refund_to ()
 
bool has_memo () const
 
void clear_memo ()
 
const ::std::string & memo () const
 
void set_memo (const ::std::string &value)
 
void set_memo (const char *value)
 
void set_memo (const char *value, size_t size)
 
inline::std::string * mutable_memo ()
 
inline::std::string * release_memo ()
 
void set_allocated_memo (::std::string *memo)
 

Static Public Member Functions

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

Static Public Attributes

static const int kMerchantDataFieldNumber = 1
 
static const int kTransactionsFieldNumber = 2
 
static const int kRefundToFieldNumber = 3
 
static const int kMemoFieldNumber = 4
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_merchant_data ()
 
void clear_has_merchant_data ()
 
void set_has_memo ()
 
void clear_has_memo ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::std::string * merchant_data_
 
::google::protobuf::RepeatedPtrField< ::std::string > transactions_
 
::google::protobuf::RepeatedPtrField< ::payments::Outputrefund_to_
 
::std::string * memo_
 

Static Private Attributes

static Paymentdefault_instance_ = NULL
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

payments::Payment::Payment ( )

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

Here is the call graph for this function:

Here is the caller graph for this function:

payments::Payment::~Payment ( )
virtual

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

Here is the call graph for this function:

payments::Payment::Payment ( const Payment from)

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

Here is the call graph for this function:

Member Function Documentation

payments::Output * payments::Payment::add_refund_to ( )
inline

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

Here is the caller graph for this function:

std::string * payments::Payment::add_transactions ( )
inline

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

Here is the caller graph for this function:

void payments::Payment::add_transactions ( const ::std::string &  value)
inline

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

void payments::Payment::add_transactions ( const char *  value)
inline

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

void payments::Payment::add_transactions ( const void *  value,
size_t  size 
)
inline

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

int payments::Payment::ByteSize ( ) const

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

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::Payment::Clear ( )

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

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::Payment::clear_has_memo ( )
inlineprivate

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

void payments::Payment::clear_has_merchant_data ( )
inlineprivate

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

void payments::Payment::clear_memo ( )
inline

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

void payments::Payment::clear_merchant_data ( )
inline

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

void payments::Payment::clear_refund_to ( )
inline

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

void payments::Payment::clear_transactions ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the caller graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

bool payments::Payment::has_memo ( ) const
inline

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

Here is the caller graph for this function:

bool payments::Payment::has_merchant_data ( ) const
inline

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

Here is the caller graph for this function:

void payments::Payment::InitAsDefaultInstance ( )
private

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

Here is the caller graph for this function:

bool payments::Payment::IsInitialized ( ) const

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

Here is the call graph for this function:

const ::std::string & payments::Payment::memo ( ) const
inline

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

Here is the caller graph for this function:

const ::std::string & payments::Payment::merchant_data ( ) const
inline

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

Here is the caller graph for this function:

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

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

Here is the caller graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

std::string * payments::Payment::mutable_memo ( )
inline

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

Here is the caller graph for this function:

std::string * payments::Payment::mutable_merchant_data ( )
inline

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

Here is the caller graph for this function:

payments::Output * payments::Payment::mutable_refund_to ( int  index)
inline

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

google::protobuf::RepeatedPtrField<::payments::Output > * payments::Payment::mutable_refund_to ( )
inline

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

std::string * payments::Payment::mutable_transactions ( int  index)
inline

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

google::protobuf::RepeatedPtrField<::std::string > * payments::Payment::mutable_transactions ( )
inline

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

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

Payment * payments::Payment::New ( ) const

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

const ::payments::Output & payments::Payment::refund_to ( int  index) const
inline

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

const ::google::protobuf::RepeatedPtrField<::payments::Output > & payments::Payment::refund_to ( ) const
inline

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

Here is the caller graph for this function:

int payments::Payment::refund_to_size ( ) const
inline

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

Here is the caller graph for this function:

std::string * payments::Payment::release_memo ( )
inline

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

std::string * payments::Payment::release_merchant_data ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

void payments::Payment::set_allocated_memo ( ::std::string *  memo)
inline

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

void payments::Payment::set_allocated_merchant_data ( ::std::string *  merchant_data)
inline

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

void payments::Payment::set_has_memo ( )
inlineprivate

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

void payments::Payment::set_has_merchant_data ( )
inlineprivate

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

void payments::Payment::set_memo ( const ::std::string &  value)
inline

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

Here is the caller graph for this function:

void payments::Payment::set_memo ( const char *  value)
inline

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

void payments::Payment::set_memo ( const char *  value,
size_t  size 
)
inline

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

void payments::Payment::set_merchant_data ( const ::std::string &  value)
inline

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

Here is the caller graph for this function:

void payments::Payment::set_merchant_data ( const char *  value)
inline

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

void payments::Payment::set_merchant_data ( const void *  value,
size_t  size 
)
inline

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

void payments::Payment::set_transactions ( int  index,
const ::std::string &  value 
)
inline

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

void payments::Payment::set_transactions ( int  index,
const char *  value 
)
inline

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

void payments::Payment::set_transactions ( int  index,
const void *  value,
size_t  size 
)
inline

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

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

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

void payments::Payment::SharedCtor ( )
private

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

Here is the caller graph for this function:

void payments::Payment::SharedDtor ( )
private

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

Here is the caller graph for this function:

void payments::Payment::Swap ( Payment other)

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

Here is the call graph for this function:

const ::std::string & payments::Payment::transactions ( int  index) const
inline

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

const ::google::protobuf::RepeatedPtrField<::std::string > & payments::Payment::transactions ( ) const
inline

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

Here is the caller graph for this function:

int payments::Payment::transactions_size ( ) const
inline

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

Here is the caller graph for this function:

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

Definition at line 540 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::Payment::_cached_size_
mutableprivate

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

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

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

::google::protobuf::UnknownFieldSet payments::Payment::_unknown_fields_
private

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

Payment * payments::Payment::default_instance_ = NULL
staticprivate

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

const int payments::Payment::kMemoFieldNumber = 4
static

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

const int payments::Payment::kMerchantDataFieldNumber = 1
static

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

const int payments::Payment::kRefundToFieldNumber = 3
static

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

const int payments::Payment::kTransactionsFieldNumber = 2
static

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

::std::string* payments::Payment::memo_
private

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

::std::string* payments::Payment::merchant_data_
private

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

::google::protobuf::RepeatedPtrField< ::payments::Output > payments::Payment::refund_to_
private

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

::google::protobuf::RepeatedPtrField< ::std::string> payments::Payment::transactions_
private

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


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