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

#include <paymentrequest.pb.h>

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

Public Member Functions

 X509Certificates ()
 
virtual ~X509Certificates ()
 
 X509Certificates (const X509Certificates &from)
 
X509Certificatesoperator= (const X509Certificates &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (X509Certificates *other)
 
X509CertificatesNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const X509Certificates &from)
 
void MergeFrom (const X509Certificates &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
 
int certificate_size () const
 
void clear_certificate ()
 
const ::std::string & certificate (int index) const
 
inline::std::string * mutable_certificate (int index)
 
void set_certificate (int index, const ::std::string &value)
 
void set_certificate (int index, const char *value)
 
void set_certificate (int index, const void *value, size_t size)
 
inline::std::string * add_certificate ()
 
void add_certificate (const ::std::string &value)
 
void add_certificate (const char *value)
 
void add_certificate (const void *value, size_t size)
 
const ::google::protobuf::RepeatedPtrField< ::std::string > & certificate () const
 
inline::google::protobuf::RepeatedPtrField< ::std::string > * mutable_certificate ()
 

Static Public Member Functions

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

Static Public Attributes

static const int kCertificateFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField< ::std::string > certificate_
 

Static Private Attributes

static X509Certificatesdefault_instance_ = NULL
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

payments::X509Certificates::X509Certificates ( )

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

Here is the call graph for this function:

Here is the caller graph for this function:

payments::X509Certificates::~X509Certificates ( )
virtual

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

Here is the call graph for this function:

payments::X509Certificates::X509Certificates ( const X509Certificates from)

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

Here is the call graph for this function:

Member Function Documentation

std::string * payments::X509Certificates::add_certificate ( )
inline

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

Here is the caller graph for this function:

void payments::X509Certificates::add_certificate ( const ::std::string &  value)
inline

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

void payments::X509Certificates::add_certificate ( const char *  value)
inline

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

void payments::X509Certificates::add_certificate ( const void *  value,
size_t  size 
)
inline

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

int payments::X509Certificates::ByteSize ( ) const

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

Here is the call graph for this function:

const ::std::string & payments::X509Certificates::certificate ( int  index) const
inline

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

Here is the caller graph for this function:

const ::google::protobuf::RepeatedPtrField<::std::string > & payments::X509Certificates::certificate ( ) const
inline

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

Here is the caller graph for this function:

int payments::X509Certificates::certificate_size ( ) const
inline

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

Here is the caller graph for this function:

void payments::X509Certificates::Clear ( )

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

Here is the call graph for this function:

Here is the caller graph for this function:

void payments::X509Certificates::clear_certificate ( )
inline

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

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the caller graph for this function:

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

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

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

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

Here is the call graph for this function:

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

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

void payments::X509Certificates::InitAsDefaultInstance ( )
private

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

Here is the caller graph for this function:

bool payments::X509Certificates::IsInitialized ( ) const

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

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

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

Here is the caller graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

std::string * payments::X509Certificates::mutable_certificate ( int  index)
inline

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

google::protobuf::RepeatedPtrField<::std::string > * payments::X509Certificates::mutable_certificate ( )
inline

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

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

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

Here is the call graph for this function:

Here is the caller graph for this function:

X509Certificates * payments::X509Certificates::New ( ) const

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

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

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

Here is the call graph for this function:

void payments::X509Certificates::set_certificate ( int  index,
const ::std::string &  value 
)
inline

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

void payments::X509Certificates::set_certificate ( int  index,
const char *  value 
)
inline

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

void payments::X509Certificates::set_certificate ( int  index,
const void *  value,
size_t  size 
)
inline

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

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

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

void payments::X509Certificates::SharedCtor ( )
private

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

Here is the caller graph for this function:

void payments::X509Certificates::SharedDtor ( )
private

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

Here is the caller graph for this function:

void payments::X509Certificates::Swap ( X509Certificates other)

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

Here is the call graph for this function:

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

Definition at line 454 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::X509Certificates::_cached_size_
mutableprivate

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

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

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

::google::protobuf::UnknownFieldSet payments::X509Certificates::_unknown_fields_
private

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

::google::protobuf::RepeatedPtrField< ::std::string> payments::X509Certificates::certificate_
private

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

X509Certificates * payments::X509Certificates::default_instance_ = NULL
staticprivate

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

const int payments::X509Certificates::kCertificateFieldNumber = 1
static

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


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