Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <paymentrequest.pb.h>
Public Member Functions | |
Payment () | |
virtual | ~Payment () |
Payment (const Payment &from) | |
Payment & | operator= (const Payment &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Payment *other) |
Payment * | New () 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::Output & | refund_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 Payment & | default_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::Output > | refund_to_ |
::std::string * | memo_ |
Static Private Attributes | |
static Payment * | default_instance_ = NULL |
Friends | |
void | protobuf_AddDesc_paymentrequest_2eproto () |
void | protobuf_AssignDesc_paymentrequest_2eproto () |
void | protobuf_ShutdownFile_paymentrequest_2eproto () |
Definition at line 528 of file paymentrequest.pb.h.
payments::Payment::Payment | ( | ) |
Definition at line 1723 of file paymentrequest.pb.cc.
|
virtual |
payments::Payment::Payment | ( | const Payment & | from | ) |
|
inline |
|
inline |
|
inline |
Definition at line 1745 of file paymentrequest.pb.h.
|
inline |
Definition at line 1749 of file paymentrequest.pb.h.
|
inline |
Definition at line 1753 of file paymentrequest.pb.h.
int payments::Payment::ByteSize | ( | ) | const |
Definition at line 1972 of file paymentrequest.pb.cc.
void payments::Payment::Clear | ( | ) |
Definition at line 1784 of file paymentrequest.pb.cc.
|
inlineprivate |
Definition at line 1805 of file paymentrequest.pb.h.
|
inlineprivate |
Definition at line 1645 of file paymentrequest.pb.h.
|
inline |
Definition at line 1808 of file paymentrequest.pb.h.
|
inline |
Definition at line 1648 of file paymentrequest.pb.h.
|
inline |
Definition at line 1772 of file paymentrequest.pb.h.
|
inline |
Definition at line 1718 of file paymentrequest.pb.h.
void payments::Payment::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void payments::Payment::CopyFrom | ( | const Payment & | from | ) |
|
static |
|
static |
Definition at line 1768 of file paymentrequest.pb.cc.
|
inline |
google::protobuf::Metadata payments::Payment::GetMetadata | ( | ) | const |
Definition at line 2074 of file paymentrequest.pb.cc.
|
inline |
|
inline |
|
private |
bool payments::Payment::IsInitialized | ( | ) | const |
|
inline |
|
inline |
void payments::Payment::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void payments::Payment::MergeFrom | ( | const Payment & | from | ) |
bool payments::Payment::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
|
inline |
|
inline |
|
inline |
Definition at line 1779 of file paymentrequest.pb.h.
|
inline |
Definition at line 1793 of file paymentrequest.pb.h.
|
inline |
Definition at line 1725 of file paymentrequest.pb.h.
|
inline |
Definition at line 1763 of file paymentrequest.pb.h.
|
inline |
Definition at line 544 of file paymentrequest.pb.h.
Payment * payments::Payment::New | ( | ) | const |
|
inline |
Definition at line 1775 of file paymentrequest.pb.h.
|
inline |
|
inline |
|
inline |
Definition at line 1850 of file paymentrequest.pb.h.
|
inline |
Definition at line 1690 of file paymentrequest.pb.h.
void payments::Payment::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
google::protobuf::uint8 * payments::Payment::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
|
inline |
Definition at line 1860 of file paymentrequest.pb.h.
|
inline |
Definition at line 1700 of file paymentrequest.pb.h.
|
inlineprivate |
Definition at line 1802 of file paymentrequest.pb.h.
|
inlineprivate |
Definition at line 1642 of file paymentrequest.pb.h.
|
inline |
|
inline |
Definition at line 1826 of file paymentrequest.pb.h.
|
inline |
Definition at line 1834 of file paymentrequest.pb.h.
|
inline |
|
inline |
Definition at line 1666 of file paymentrequest.pb.h.
|
inline |
Definition at line 1674 of file paymentrequest.pb.h.
|
inline |
Definition at line 1729 of file paymentrequest.pb.h.
|
inline |
Definition at line 1733 of file paymentrequest.pb.h.
|
inline |
Definition at line 1737 of file paymentrequest.pb.h.
|
private |
Definition at line 1763 of file paymentrequest.pb.cc.
|
private |
|
private |
void payments::Payment::Swap | ( | Payment * | other | ) |
|
inline |
Definition at line 1721 of file paymentrequest.pb.h.
|
inline |
|
inline |
|
inline |
|
friend |
Definition at line 201 of file paymentrequest.pb.cc.
|
friend |
Definition at line 45 of file paymentrequest.pb.cc.
|
friend |
Definition at line 184 of file paymentrequest.pb.cc.
|
mutableprivate |
Definition at line 643 of file paymentrequest.pb.h.
|
private |
Definition at line 642 of file paymentrequest.pb.h.
|
private |
Definition at line 640 of file paymentrequest.pb.h.
|
staticprivate |
Definition at line 653 of file paymentrequest.pb.h.
|
static |
Definition at line 624 of file paymentrequest.pb.h.
|
static |
Definition at line 584 of file paymentrequest.pb.h.
|
static |
Definition at line 612 of file paymentrequest.pb.h.
|
static |
Definition at line 596 of file paymentrequest.pb.h.
|
private |
Definition at line 647 of file paymentrequest.pb.h.
|
private |
Definition at line 644 of file paymentrequest.pb.h.
|
private |
Definition at line 646 of file paymentrequest.pb.h.
|
private |
Definition at line 645 of file paymentrequest.pb.h.