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

#include <paymentrequest.pb.h>

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

Public Member Functions

 PaymentACK ()
 
virtual ~PaymentACK ()
 
 PaymentACK (const PaymentACK &from)
 
PaymentACKoperator= (const PaymentACK &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (PaymentACK *other)
 
PaymentACKNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const PaymentACK &from)
 
void MergeFrom (const PaymentACK &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 () const
 
void clear_payment ()
 
const ::payments::Paymentpayment () const
 
inline::payments::Payment * mutable_payment ()
 
inline::payments::Payment * release_payment ()
 
void set_allocated_payment (::payments::Payment *payment)
 
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 PaymentACKdefault_instance ()
 

Static Public Attributes

static const int kPaymentFieldNumber = 1
 
static const int kMemoFieldNumber = 2
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_payment ()
 
void clear_has_payment ()
 
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_
 
::payments::Paymentpayment_
 
::std::string * memo_
 

Static Private Attributes

static PaymentACKdefault_instance_ = NULL
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

payments::PaymentACK::PaymentACK ( )

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

Here is the call graph for this function:

Here is the caller graph for this function:

payments::PaymentACK::~PaymentACK ( )
virtual

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

Here is the call graph for this function:

payments::PaymentACK::PaymentACK ( const PaymentACK from)

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

Here is the call graph for this function:

Member Function Documentation

int payments::PaymentACK::ByteSize ( ) const

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

Here is the call graph for this function:

void payments::PaymentACK::Clear ( )

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

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::PaymentACK::clear_has_memo ( )
inlineprivate

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

void payments::PaymentACK::clear_has_payment ( )
inlineprivate

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

void payments::PaymentACK::clear_memo ( )
inline

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

void payments::PaymentACK::clear_payment ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the caller graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

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

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

Here is the caller graph for this function:

bool payments::PaymentACK::has_payment ( ) const
inline

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

Here is the caller graph for this function:

void payments::PaymentACK::InitAsDefaultInstance ( )
private

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

Here is the call graph for this function:

Here is the caller graph for this function:

bool payments::PaymentACK::IsInitialized ( ) const

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

Here is the call graph for this function:

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

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

Here is the caller graph for this function:

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

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

Here is the caller graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the caller graph for this function:

payments::Payment * payments::PaymentACK::mutable_payment ( )
inline

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

Here is the caller graph for this function:

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

PaymentACK * payments::PaymentACK::New ( ) const

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

const ::payments::Payment & payments::PaymentACK::payment ( ) const
inline

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

Here is the caller graph for this function:

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

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

payments::Payment * payments::PaymentACK::release_payment ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

void payments::PaymentACK::set_allocated_payment ( ::payments::Payment payment)
inline

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

void payments::PaymentACK::set_has_memo ( )
inlineprivate

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

void payments::PaymentACK::set_has_payment ( )
inlineprivate

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

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

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

Here is the caller graph for this function:

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

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

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

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

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

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

void payments::PaymentACK::SharedCtor ( )
private

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

Here is the caller graph for this function:

void payments::PaymentACK::SharedDtor ( )
private

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

Here is the caller graph for this function:

void payments::PaymentACK::Swap ( PaymentACK other)

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

Here is the call graph for this function:

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

Definition at line 669 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::PaymentACK::_cached_size_
mutableprivate

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

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

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

::google::protobuf::UnknownFieldSet payments::PaymentACK::_unknown_fields_
private

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

PaymentACK * payments::PaymentACK::default_instance_ = NULL
staticprivate

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

const int payments::PaymentACK::kMemoFieldNumber = 2
static

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

const int payments::PaymentACK::kPaymentFieldNumber = 1
static

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

::std::string* payments::PaymentACK::memo_
private

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

::payments::Payment* payments::PaymentACK::payment_
private

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


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