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

#include <paymentrequest.pb.h>

Inheritance diagram for payments::Output:

Classes

class  HasBitSetters
 

Public Member Functions

 Output ()
 
virtual ~Output ()
 
 Output (const Output &from)
 
Outputoperator= (const Output &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Output *other)
 
OutputNew () const final
 
OutputNew (::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 Output &from)
 
void MergeFrom (const Output &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
 
bool has_script () const
 
void clear_script ()
 
const ::std::string & script () const
 
void set_script (const ::std::string &value)
 
void set_script (const char *value)
 
void set_script (const void *value, size_t size)
 
::std::string * mutable_script ()
 
::std::string * release_script ()
 
void set_allocated_script (::std::string *script)
 
bool has_amount () const
 
void clear_amount ()
 
::google::protobuf::uint64 amount () const
 
void set_amount (::google::protobuf::uint64 value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Outputdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Outputinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kScriptFieldNumber = 2
 
static const int kAmountFieldNumber = 1
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (Output *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::internal::ArenaStringPtr script_
 
::google::protobuf::uint64 amount_
 

Friends

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

Constructor & Destructor Documentation

◆ Output() [1/2]

payments::Output::Output ( )

◆ ~Output()

payments::Output::~Output ( )
virtual

◆ Output() [2/2]

payments::Output::Output ( const Output from)

Member Function Documentation

◆ amount()

google::protobuf::uint64 payments::Output::amount ( ) const
inline

◆ ByteSizeLong()

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

◆ Clear()

void payments::Output::Clear ( )
final

◆ clear_amount()

void payments::Output::clear_amount ( )
inline

◆ clear_script()

void payments::Output::clear_script ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ descriptor()

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

◆ GetArenaNoVirtual()

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

◆ GetCachedSize()

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

◆ GetMetadata()

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

◆ has_amount()

bool payments::Output::has_amount ( ) const
inline

◆ has_script()

bool payments::Output::has_script ( ) const
inline

◆ InitAsDefaultInstance()

void payments::Output::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ InternalSwap()

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

◆ IsInitialized()

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

◆ MaybeArenaPtr()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_script()

std::string * payments::Output::mutable_script ( )
inline

◆ mutable_unknown_fields()

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

◆ New() [1/2]

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

◆ New() [2/2]

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

◆ operator=()

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

◆ release_script()

std::string * payments::Output::release_script ( )
inline

◆ script()

const ::std::string & payments::Output::script ( ) const
inline

◆ SerializeWithCachedSizes()

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

◆ set_allocated_script()

void payments::Output::set_allocated_script ( ::std::string *  script)
inline

◆ set_amount()

void payments::Output::set_amount ( ::google::protobuf::uint64  value)
inline

◆ set_script() [1/3]

void payments::Output::set_script ( const ::std::string &  value)
inline

◆ set_script() [2/3]

void payments::Output::set_script ( const char *  value)
inline

◆ set_script() [3/3]

void payments::Output::set_script ( const void *  value,
size_t  size 
)
inline

◆ SetCachedSize()

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

◆ SharedCtor()

void payments::Output::SharedCtor ( )
private

◆ SharedDtor()

void payments::Output::SharedDtor ( )
private

◆ Swap()

void payments::Output::Swap ( Output other)

◆ unknown_fields()

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

Friends And Related Function Documentation

◆ ::TableStruct_paymentrequest_2eproto

friend struct ::TableStruct_paymentrequest_2eproto
friend

◆ swap

void swap ( Output a,
Output b 
)
friend

Member Data Documentation

◆ _cached_size_

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

◆ _has_bits_

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

◆ _internal_metadata_

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

◆ amount_

::google::protobuf::uint64 payments::Output::amount_
private

◆ kAmountFieldNumber

const int payments::Output::kAmountFieldNumber = 1
static

◆ kIndexInFileMessages

constexpr int payments::Output::kIndexInFileMessages
static
Initial value:
=
0

◆ kScriptFieldNumber

const int payments::Output::kScriptFieldNumber = 2
static

◆ script_

::google::protobuf::internal::ArenaStringPtr payments::Output::script_
private

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