Anoncoin  0.9.4
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::PaymentDetails Class Reference

#include <paymentrequest.pb.h>

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

Public Member Functions

 PaymentDetails ()
 
virtual ~PaymentDetails ()
 
 PaymentDetails (const PaymentDetails &from)
 
PaymentDetailsoperator= (const PaymentDetails &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (PaymentDetails *other)
 
PaymentDetailsNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const PaymentDetails &from)
 
void MergeFrom (const PaymentDetails &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_network () const
 
void clear_network ()
 
const ::std::string & network () const
 
void set_network (const ::std::string &value)
 
void set_network (const char *value)
 
void set_network (const char *value, size_t size)
 
inline::std::string * mutable_network ()
 
inline::std::string * release_network ()
 
void set_allocated_network (::std::string *network)
 
int outputs_size () const
 
void clear_outputs ()
 
const ::payments::Outputoutputs (int index) const
 
inline::payments::Output * mutable_outputs (int index)
 
inline::payments::Output * add_outputs ()
 
const ::google::protobuf::RepeatedPtrField< ::payments::Output > & outputs () const
 
inline::google::protobuf::RepeatedPtrField< ::payments::Output > * mutable_outputs ()
 
bool has_time () const
 
void clear_time ()
 
inline::google::protobuf::uint64 time () const
 
void set_time (::google::protobuf::uint64 value)
 
bool has_expires () const
 
void clear_expires ()
 
inline::google::protobuf::uint64 expires () const
 
void set_expires (::google::protobuf::uint64 value)
 
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)
 
bool has_payment_url () const
 
void clear_payment_url ()
 
const ::std::string & payment_url () const
 
void set_payment_url (const ::std::string &value)
 
void set_payment_url (const char *value)
 
void set_payment_url (const char *value, size_t size)
 
inline::std::string * mutable_payment_url ()
 
inline::std::string * release_payment_url ()
 
void set_allocated_payment_url (::std::string *payment_url)
 
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)
 

Static Public Member Functions

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

Static Public Attributes

static const int kNetworkFieldNumber = 1
 
static const int kOutputsFieldNumber = 2
 
static const int kTimeFieldNumber = 3
 
static const int kExpiresFieldNumber = 4
 
static const int kMemoFieldNumber = 5
 
static const int kPaymentUrlFieldNumber = 6
 
static const int kMerchantDataFieldNumber = 7
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_network ()
 
void clear_has_network ()
 
void set_has_time ()
 
void clear_has_time ()
 
void set_has_expires ()
 
void clear_has_expires ()
 
void set_has_memo ()
 
void clear_has_memo ()
 
void set_has_payment_url ()
 
void clear_has_payment_url ()
 
void set_has_merchant_data ()
 
void clear_has_merchant_data ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::std::string * network_
 
::google::protobuf::RepeatedPtrField< ::payments::Outputoutputs_
 
::google::protobuf::uint64 time_
 
::google::protobuf::uint64 expires_
 
::std::string * memo_
 
::std::string * payment_url_
 
::std::string * merchant_data_
 
int _cached_size_
 
::google::protobuf::uint32 _has_bits_ [(7+31)/32]
 

Static Private Attributes

::std::string * _default_network_ = NULL
 
static PaymentDetailsdefault_instance_ = NULL
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

payments::PaymentDetails::PaymentDetails ( )

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

Here is the call graph for this function:

Here is the caller graph for this function:

payments::PaymentDetails::~PaymentDetails ( )
virtual

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

Here is the call graph for this function:

payments::PaymentDetails::PaymentDetails ( const PaymentDetails from)

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

Here is the call graph for this function:

Member Function Documentation

payments::Output * payments::PaymentDetails::add_outputs ( )
inline

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

Here is the caller graph for this function:

int payments::PaymentDetails::ByteSize ( ) const

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

Here is the call graph for this function:

void payments::PaymentDetails::Clear ( )

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

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::PaymentDetails::clear_expires ( )
inline

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

Here is the call graph for this function:

void payments::PaymentDetails::clear_has_expires ( )
inlineprivate

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

Here is the caller graph for this function:

void payments::PaymentDetails::clear_has_memo ( )
inlineprivate

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

Here is the caller graph for this function:

void payments::PaymentDetails::clear_has_merchant_data ( )
inlineprivate

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

Here is the caller graph for this function:

void payments::PaymentDetails::clear_has_network ( )
inlineprivate

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

Here is the caller graph for this function:

void payments::PaymentDetails::clear_has_payment_url ( )
inlineprivate

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

Here is the caller graph for this function:

void payments::PaymentDetails::clear_has_time ( )
inlineprivate

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

Here is the caller graph for this function:

void payments::PaymentDetails::clear_memo ( )
inline

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

Here is the call graph for this function:

void payments::PaymentDetails::clear_merchant_data ( )
inline

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

Here is the call graph for this function:

void payments::PaymentDetails::clear_network ( )
inline

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

Here is the call graph for this function:

void payments::PaymentDetails::clear_outputs ( )
inline

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

void payments::PaymentDetails::clear_payment_url ( )
inline

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

Here is the call graph for this function:

void payments::PaymentDetails::clear_time ( )
inline

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

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

Here is the call graph for this function:

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

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

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

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

google::protobuf::uint64 payments::PaymentDetails::expires ( ) const
inline

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

Here is the caller graph for this function:

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

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

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

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

bool payments::PaymentDetails::has_expires ( ) const
inline

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

Here is the caller graph for this function:

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

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

Here is the caller graph for this function:

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

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

Here is the caller graph for this function:

bool payments::PaymentDetails::has_network ( ) const
inline

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

Here is the caller graph for this function:

bool payments::PaymentDetails::has_payment_url ( ) const
inline

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

Here is the caller graph for this function:

bool payments::PaymentDetails::has_time ( ) const
inline

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

Here is the caller graph for this function:

void payments::PaymentDetails::InitAsDefaultInstance ( )
private

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

Here is the caller graph for this function:

bool payments::PaymentDetails::IsInitialized ( ) const

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

Here is the call graph for this function:

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

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

Here is the caller graph for this function:

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

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

Here is the caller graph for this function:

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

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

Here is the caller graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

std::string * payments::PaymentDetails::mutable_network ( )
inline

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

Here is the call graph for this function:

Here is the caller graph for this function:

payments::Output * payments::PaymentDetails::mutable_outputs ( int  index)
inline

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

google::protobuf::RepeatedPtrField<::payments::Output > * payments::PaymentDetails::mutable_outputs ( )
inline

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

std::string * payments::PaymentDetails::mutable_payment_url ( )
inline

Definition at line 1121 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::PaymentDetails::mutable_unknown_fields ( )
inline

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

Here is the caller graph for this function:

const ::std::string & payments::PaymentDetails::network ( ) const
inline

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

Here is the caller graph for this function:

PaymentDetails * payments::PaymentDetails::New ( ) const

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

const ::payments::Output & payments::PaymentDetails::outputs ( int  index) const
inline

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

Here is the caller graph for this function:

const ::google::protobuf::RepeatedPtrField<::payments::Output > & payments::PaymentDetails::outputs ( ) const
inline

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

Here is the caller graph for this function:

int payments::PaymentDetails::outputs_size ( ) const
inline

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

Here is the caller graph for this function:

const ::std::string & payments::PaymentDetails::payment_url ( ) const
inline

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

Here is the caller graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

std::string * payments::PaymentDetails::release_network ( )
inline

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

Here is the call graph for this function:

std::string * payments::PaymentDetails::release_payment_url ( )
inline

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

void payments::PaymentDetails::set_allocated_network ( ::std::string *  network)
inline

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

Here is the call graph for this function:

void payments::PaymentDetails::set_allocated_payment_url ( ::std::string *  payment_url)
inline

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

Here is the call graph for this function:

void payments::PaymentDetails::set_expires ( ::google::protobuf::uint64  value)
inline

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

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::PaymentDetails::set_has_expires ( )
inlineprivate

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

Here is the caller graph for this function:

void payments::PaymentDetails::set_has_memo ( )
inlineprivate

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

Here is the caller graph for this function:

void payments::PaymentDetails::set_has_merchant_data ( )
inlineprivate

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

Here is the caller graph for this function:

void payments::PaymentDetails::set_has_network ( )
inlineprivate

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

Here is the caller graph for this function:

void payments::PaymentDetails::set_has_payment_url ( )
inlineprivate

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

Here is the caller graph for this function:

void payments::PaymentDetails::set_has_time ( )
inlineprivate

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

Here is the caller graph for this function:

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

void payments::PaymentDetails::set_network ( const ::std::string &  value)
inline

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

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::PaymentDetails::set_network ( const char *  value)
inline

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

Here is the call graph for this function:

void payments::PaymentDetails::set_network ( const char *  value,
size_t  size 
)
inline

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

Here is the call graph for this function:

void payments::PaymentDetails::set_payment_url ( const ::std::string &  value)
inline

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

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::PaymentDetails::set_payment_url ( const char *  value)
inline

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

Here is the call graph for this function:

void payments::PaymentDetails::set_payment_url ( const char *  value,
size_t  size 
)
inline

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

Here is the call graph for this function:

void payments::PaymentDetails::set_time ( ::google::protobuf::uint64  value)
inline

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

Here is the call graph for this function:

Here is the caller graph for this function:

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

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

void payments::PaymentDetails::SharedCtor ( )
private

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

Here is the caller graph for this function:

void payments::PaymentDetails::SharedDtor ( )
private

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

Here is the caller graph for this function:

void payments::PaymentDetails::Swap ( PaymentDetails other)

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

google::protobuf::uint64 payments::PaymentDetails::time ( ) const
inline

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

Here is the caller graph for this function:

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

Definition at line 154 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::PaymentDetails::_cached_size_
mutableprivate

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

std::string * payments::PaymentDetails::_default_network_ = NULL
staticprivate

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

::google::protobuf::uint32 payments::PaymentDetails::_has_bits_[(7+31)/32]
private

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

::google::protobuf::UnknownFieldSet payments::PaymentDetails::_unknown_fields_
private

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

PaymentDetails * payments::PaymentDetails::default_instance_ = NULL
staticprivate

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

::google::protobuf::uint64 payments::PaymentDetails::expires_
private

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

const int payments::PaymentDetails::kExpiresFieldNumber = 4
static

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

const int payments::PaymentDetails::kMemoFieldNumber = 5
static

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

const int payments::PaymentDetails::kMerchantDataFieldNumber = 7
static

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

const int payments::PaymentDetails::kNetworkFieldNumber = 1
static

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

const int payments::PaymentDetails::kOutputsFieldNumber = 2
static

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

const int payments::PaymentDetails::kPaymentUrlFieldNumber = 6
static

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

const int payments::PaymentDetails::kTimeFieldNumber = 3
static

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

::std::string* payments::PaymentDetails::memo_
private

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

::std::string* payments::PaymentDetails::merchant_data_
private

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

::std::string* payments::PaymentDetails::network_
private

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

::google::protobuf::RepeatedPtrField< ::payments::Output > payments::PaymentDetails::outputs_
private

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

::std::string* payments::PaymentDetails::payment_url_
private

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

::google::protobuf::uint64 payments::PaymentDetails::time_
private

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


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