Bitcoin
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | Friends | List of all members
payments::X509Certificates Class Referencefinal

#include <paymentrequest.pb.h>

Inheritance diagram for payments::X509Certificates:

Classes

class  HasBitSetters
 

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 final
 
X509CertificatesNew (::google::protobuf::Arena *arena) const final
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const X509Certificates &from)
 
void MergeFrom (const X509Certificates &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
int certificate_size () const
 
void clear_certificate ()
 
const ::std::string & certificate (int index) const
 
::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)
 
::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
 
::google::protobuf::RepeatedPtrField<::std::string > * mutable_certificate ()
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const X509Certificatesdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const X509Certificatesinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kCertificateFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (X509Certificates *other)
 
inline ::google::protobuf::Arena * GetArenaNoVirtual () const
 
void * MaybeArenaPtr () const
 

Private Attributes

::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::internal::HasBits< 1 > _has_bits_
 
mutable ::google::protobuf::internal::CachedSize _cached_size_
 
::google::protobuf::RepeatedPtrField<::std::string > certificate_
 

Friends

struct ::TableStruct_paymentrequest_2eproto
 
void swap (X509Certificates &a, X509Certificates &b)
 

Constructor & Destructor Documentation

◆ X509Certificates() [1/2]

payments::X509Certificates::X509Certificates ( )

◆ ~X509Certificates()

payments::X509Certificates::~X509Certificates ( )
virtual

◆ X509Certificates() [2/2]

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

Member Function Documentation

◆ add_certificate() [1/4]

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

◆ add_certificate() [2/4]

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

◆ add_certificate() [3/4]

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

◆ add_certificate() [4/4]

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

◆ ByteSizeLong()

size_t payments::X509Certificates::ByteSizeLong ( ) const
final

◆ certificate() [1/2]

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

◆ certificate() [2/2]

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

◆ certificate_size()

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

◆ Clear()

void payments::X509Certificates::Clear ( )
final

◆ clear_certificate()

void payments::X509Certificates::clear_certificate ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetArenaNoVirtual()

inline ::google::protobuf::Arena* payments::X509Certificates::GetArenaNoVirtual ( ) const
inlineprivate

◆ GetCachedSize()

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

◆ GetMetadata()

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

◆ InitAsDefaultInstance()

void payments::X509Certificates::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const X509Certificates* payments::X509Certificates::internal_default_instance ( )
inlinestatic

◆ InternalSerializeWithCachedSizesToArray()

google::protobuf::uint8 * payments::X509Certificates::InternalSerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  target) const
final

◆ InternalSwap()

void payments::X509Certificates::InternalSwap ( X509Certificates other)
private

◆ IsInitialized()

bool payments::X509Certificates::IsInitialized ( ) const
final

◆ MaybeArenaPtr()

void* payments::X509Certificates::MaybeArenaPtr ( ) const
inlineprivate

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_certificate() [1/2]

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

◆ mutable_certificate() [2/2]

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

◆ mutable_unknown_fields()

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

◆ New() [1/2]

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

◆ New() [2/2]

X509Certificates* payments::X509Certificates::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

◆ operator=()

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

◆ SerializeWithCachedSizes()

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

◆ set_certificate() [1/3]

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

◆ set_certificate() [2/3]

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

◆ set_certificate() [3/3]

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

◆ SetCachedSize()

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

◆ SharedCtor()

void payments::X509Certificates::SharedCtor ( )
private

◆ SharedDtor()

void payments::X509Certificates::SharedDtor ( )
private

◆ Swap()

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

◆ unknown_fields()

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

Friends And Related Function Documentation

◆ ::TableStruct_paymentrequest_2eproto

friend struct ::TableStruct_paymentrequest_2eproto
friend

◆ swap

void swap ( X509Certificates a,
X509Certificates b 
)
friend

Member Data Documentation

◆ _cached_size_

mutable ::google::protobuf::internal::CachedSize payments::X509Certificates::_cached_size_
private

◆ _has_bits_

::google::protobuf::internal::HasBits<1> payments::X509Certificates::_has_bits_
private

◆ _internal_metadata_

::google::protobuf::internal::InternalMetadataWithArena payments::X509Certificates::_internal_metadata_
private

◆ certificate_

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

◆ kCertificateFieldNumber

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

◆ kIndexInFileMessages

constexpr int payments::X509Certificates::kIndexInFileMessages
static
Initial value:
=
3

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