Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <paymentrequest.pb.h>
Public Member Functions | |
PaymentRequest () | |
virtual | ~PaymentRequest () |
PaymentRequest (const PaymentRequest &from) | |
PaymentRequest & | operator= (const PaymentRequest &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (PaymentRequest *other) |
PaymentRequest * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const PaymentRequest &from) |
void | MergeFrom (const PaymentRequest &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_payment_details_version () const |
void | clear_payment_details_version () |
inline::google::protobuf::uint32 | payment_details_version () const |
void | set_payment_details_version (::google::protobuf::uint32 value) |
bool | has_pki_type () const |
void | clear_pki_type () |
const ::std::string & | pki_type () const |
void | set_pki_type (const ::std::string &value) |
void | set_pki_type (const char *value) |
void | set_pki_type (const char *value, size_t size) |
inline::std::string * | mutable_pki_type () |
inline::std::string * | release_pki_type () |
void | set_allocated_pki_type (::std::string *pki_type) |
bool | has_pki_data () const |
void | clear_pki_data () |
const ::std::string & | pki_data () const |
void | set_pki_data (const ::std::string &value) |
void | set_pki_data (const char *value) |
void | set_pki_data (const void *value, size_t size) |
inline::std::string * | mutable_pki_data () |
inline::std::string * | release_pki_data () |
void | set_allocated_pki_data (::std::string *pki_data) |
bool | has_serialized_payment_details () const |
void | clear_serialized_payment_details () |
const ::std::string & | serialized_payment_details () const |
void | set_serialized_payment_details (const ::std::string &value) |
void | set_serialized_payment_details (const char *value) |
void | set_serialized_payment_details (const void *value, size_t size) |
inline::std::string * | mutable_serialized_payment_details () |
inline::std::string * | release_serialized_payment_details () |
void | set_allocated_serialized_payment_details (::std::string *serialized_payment_details) |
bool | has_signature () const |
void | clear_signature () |
const ::std::string & | signature () const |
void | set_signature (const ::std::string &value) |
void | set_signature (const char *value) |
void | set_signature (const void *value, size_t size) |
inline::std::string * | mutable_signature () |
inline::std::string * | release_signature () |
void | set_allocated_signature (::std::string *signature) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const PaymentRequest & | default_instance () |
Static Public Attributes | |
static const int | kPaymentDetailsVersionFieldNumber = 1 |
static const int | kPkiTypeFieldNumber = 2 |
static const int | kPkiDataFieldNumber = 3 |
static const int | kSerializedPaymentDetailsFieldNumber = 4 |
static const int | kSignatureFieldNumber = 5 |
Private Member Functions | |
void | SharedCtor () |
void | SharedDtor () |
void | SetCachedSize (int size) const |
void | set_has_payment_details_version () |
void | clear_has_payment_details_version () |
void | set_has_pki_type () |
void | clear_has_pki_type () |
void | set_has_pki_data () |
void | clear_has_pki_data () |
void | set_has_serialized_payment_details () |
void | clear_has_serialized_payment_details () |
void | set_has_signature () |
void | clear_has_signature () |
void | InitAsDefaultInstance () |
Private Attributes | |
::google::protobuf::UnknownFieldSet | _unknown_fields_ |
::google::protobuf::uint32 | _has_bits_ [1] |
int | _cached_size_ |
::std::string * | pki_type_ |
::std::string * | pki_data_ |
::std::string * | serialized_payment_details_ |
::std::string * | signature_ |
::google::protobuf::uint32 | payment_details_version_ |
Static Private Attributes | |
::std::string * | _default_pki_type_ = NULL |
static PaymentRequest * | default_instance_ = NULL |
Friends | |
void | protobuf_AddDesc_paymentrequest_2eproto () |
void | protobuf_AssignDesc_paymentrequest_2eproto () |
void | protobuf_ShutdownFile_paymentrequest_2eproto () |
Definition at line 302 of file paymentrequest.pb.h.
payments::PaymentRequest::PaymentRequest | ( | ) |
Definition at line 1080 of file paymentrequest.pb.cc.
|
virtual |
payments::PaymentRequest::PaymentRequest | ( | const PaymentRequest & | from | ) |
int payments::PaymentRequest::ByteSize | ( | ) | const |
void payments::PaymentRequest::Clear | ( | ) |
Definition at line 1150 of file paymentrequest.pb.cc.
|
inlineprivate |
Definition at line 1255 of file paymentrequest.pb.h.
|
inlineprivate |
Definition at line 1355 of file paymentrequest.pb.h.
|
inlineprivate |
Definition at line 1279 of file paymentrequest.pb.h.
|
inlineprivate |
Definition at line 1431 of file paymentrequest.pb.h.
|
inlineprivate |
Definition at line 1507 of file paymentrequest.pb.h.
|
inline |
Definition at line 1258 of file paymentrequest.pb.h.
|
inline |
Definition at line 1358 of file paymentrequest.pb.h.
|
inline |
Definition at line 1282 of file paymentrequest.pb.h.
|
inline |
Definition at line 1434 of file paymentrequest.pb.h.
|
inline |
Definition at line 1510 of file paymentrequest.pb.h.
void payments::PaymentRequest::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void payments::PaymentRequest::CopyFrom | ( | const PaymentRequest & | from | ) |
|
static |
|
static |
Definition at line 1134 of file paymentrequest.pb.cc.
|
inline |
google::protobuf::Metadata payments::PaymentRequest::GetMetadata | ( | ) | const |
Definition at line 1487 of file paymentrequest.pb.cc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
bool payments::PaymentRequest::IsInitialized | ( | ) | const |
Definition at line 1468 of file paymentrequest.pb.cc.
void payments::PaymentRequest::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void payments::PaymentRequest::MergeFrom | ( | const PaymentRequest & | from | ) |
bool payments::PaymentRequest::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 318 of file paymentrequest.pb.h.
PaymentRequest * payments::PaymentRequest::New | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1400 of file paymentrequest.pb.h.
|
inline |
Definition at line 1324 of file paymentrequest.pb.h.
|
inline |
Definition at line 1476 of file paymentrequest.pb.h.
|
inline |
Definition at line 1552 of file paymentrequest.pb.h.
|
inline |
void payments::PaymentRequest::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
google::protobuf::uint8 * payments::PaymentRequest::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
|
inline |
Definition at line 1410 of file paymentrequest.pb.h.
|
inline |
Definition at line 1334 of file paymentrequest.pb.h.
|
inline |
Definition at line 1486 of file paymentrequest.pb.h.
|
inline |
Definition at line 1562 of file paymentrequest.pb.h.
|
inlineprivate |
|
inlineprivate |
Definition at line 1352 of file paymentrequest.pb.h.
|
inlineprivate |
Definition at line 1276 of file paymentrequest.pb.h.
|
inlineprivate |
Definition at line 1428 of file paymentrequest.pb.h.
|
inlineprivate |
Definition at line 1504 of file paymentrequest.pb.h.
|
inline |
|
inline |
|
inline |
Definition at line 1376 of file paymentrequest.pb.h.
|
inline |
Definition at line 1384 of file paymentrequest.pb.h.
|
inline |
|
inline |
Definition at line 1300 of file paymentrequest.pb.h.
|
inline |
Definition at line 1308 of file paymentrequest.pb.h.
|
inline |
|
inline |
Definition at line 1452 of file paymentrequest.pb.h.
|
inline |
Definition at line 1460 of file paymentrequest.pb.h.
|
inline |
|
inline |
Definition at line 1528 of file paymentrequest.pb.h.
|
inline |
Definition at line 1536 of file paymentrequest.pb.h.
|
private |
Definition at line 1129 of file paymentrequest.pb.cc.
|
private |
|
private |
|
inline |
void payments::PaymentRequest::Swap | ( | PaymentRequest * | other | ) |
|
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 426 of file paymentrequest.pb.h.
|
staticprivate |
Definition at line 427 of file paymentrequest.pb.h.
|
private |
Definition at line 425 of file paymentrequest.pb.h.
|
private |
Definition at line 423 of file paymentrequest.pb.h.
|
staticprivate |
Definition at line 438 of file paymentrequest.pb.h.
|
static |
Definition at line 358 of file paymentrequest.pb.h.
|
static |
Definition at line 377 of file paymentrequest.pb.h.
|
static |
Definition at line 365 of file paymentrequest.pb.h.
|
static |
Definition at line 389 of file paymentrequest.pb.h.
|
static |
Definition at line 401 of file paymentrequest.pb.h.
|
private |
Definition at line 432 of file paymentrequest.pb.h.
|
private |
Definition at line 429 of file paymentrequest.pb.h.
|
private |
Definition at line 428 of file paymentrequest.pb.h.
|
private |
Definition at line 430 of file paymentrequest.pb.h.
|
private |
Definition at line 431 of file paymentrequest.pb.h.