JaiaBot  1.19.0
JaiaBot micro-AUV software
jaiabot::protobuf::Example Class Reference

#include <jaiabot/messages/example.pb.h>

Inheritance diagram for jaiabot::protobuf::Example:
Collaboration diagram for jaiabot::protobuf::Example:

Public Member Functions

 Example ()
 
virtual ~Example ()
 
 Example (const Example &from)
 
Exampleoperator= (const Example &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Example *other)
 
ExampleNew () const final
 
ExampleNew (::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 Example &from)
 
void MergeFrom (const Example &from)
 
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 (bool deterministic, ::google::protobuf::uint8 *target) const final
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
bool has_b () const
 
void clear_b ()
 
double b () const
 
void set_b (double value)
 
bool has_a () const
 
void clear_a ()
 
::google::protobuf::int32 a () const
 
void set_a (::google::protobuf::int32 value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const Exampledefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const Exampleinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kBFieldNumber = 2
 
static const int kAFieldNumber = 1
 

Friends

struct ::protobuf_jaiabot_2fmessages_2fexample_2eproto::TableStruct
 
void swap (Example &a, Example &b)
 

Detailed Description

Definition at line 69 of file example.pb.h.

Constructor & Destructor Documentation

◆ Example() [1/2]

jaiabot::protobuf::Example::Example ( )

◆ ~Example()

virtual jaiabot::protobuf::Example::~Example ( )
virtual

◆ Example() [2/2]

jaiabot::protobuf::Example::Example ( const Example from)

Member Function Documentation

◆ a()

google::protobuf::int32 jaiabot::protobuf::Example::a ( ) const
inline

Definition at line 216 of file example.pb.h.

◆ b()

double jaiabot::protobuf::Example::b ( ) const
inline

Definition at line 240 of file example.pb.h.

◆ ByteSizeLong()

size_t jaiabot::protobuf::Example::ByteSizeLong ( ) const
final

◆ Clear()

void jaiabot::protobuf::Example::Clear ( )
final

◆ clear_a()

void jaiabot::protobuf::Example::clear_a ( )
inline

Definition at line 212 of file example.pb.h.

◆ clear_b()

void jaiabot::protobuf::Example::clear_b ( )
inline

Definition at line 236 of file example.pb.h.

◆ CopyFrom() [1/2]

void jaiabot::protobuf::Example::CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

void jaiabot::protobuf::Example::CopyFrom ( const Example from)

◆ default_instance()

static const Example& jaiabot::protobuf::Example::default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* jaiabot::protobuf::Example::descriptor ( )
static

◆ GetCachedSize()

int jaiabot::protobuf::Example::GetCachedSize ( ) const
inlinefinal

Definition at line 141 of file example.pb.h.

◆ GetMetadata()

::google::protobuf::Metadata jaiabot::protobuf::Example::GetMetadata ( ) const
final

◆ has_a()

bool jaiabot::protobuf::Example::has_a ( ) const
inline

Definition at line 203 of file example.pb.h.

◆ has_b()

bool jaiabot::protobuf::Example::has_b ( ) const
inline

Definition at line 227 of file example.pb.h.

◆ InitAsDefaultInstance()

static void jaiabot::protobuf::Example::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const Example* jaiabot::protobuf::Example::internal_default_instance ( )
inlinestatic

Definition at line 106 of file example.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* jaiabot::protobuf::Example::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool jaiabot::protobuf::Example::IsInitialized ( ) const
final

◆ MergeFrom() [1/2]

void jaiabot::protobuf::Example::MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void jaiabot::protobuf::Example::MergeFrom ( const Example from)

◆ MergePartialFromCodedStream()

bool jaiabot::protobuf::Example::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* jaiabot::protobuf::Example::mutable_unknown_fields ( )
inline

Definition at line 98 of file example.pb.h.

◆ New() [1/2]

Example* jaiabot::protobuf::Example::New ( ) const
inlinefinal

Definition at line 120 of file example.pb.h.

◆ New() [2/2]

Example* jaiabot::protobuf::Example::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

Definition at line 124 of file example.pb.h.

◆ operator=()

Example& jaiabot::protobuf::Example::operator= ( const Example from)
inline

Definition at line 76 of file example.pb.h.

◆ SerializeWithCachedSizes()

void jaiabot::protobuf::Example::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_a()

void jaiabot::protobuf::Example::set_a ( ::google::protobuf::int32  value)
inline

Definition at line 220 of file example.pb.h.

◆ set_b()

void jaiabot::protobuf::Example::set_b ( double  value)
inline

Definition at line 244 of file example.pb.h.

◆ Swap()

void jaiabot::protobuf::Example::Swap ( Example other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& jaiabot::protobuf::Example::unknown_fields ( ) const
inline

Definition at line 95 of file example.pb.h.

Friends And Related Function Documentation

◆ ::protobuf_jaiabot_2fmessages_2fexample_2eproto::TableStruct

Definition at line 189 of file example.pb.h.

◆ swap

void swap ( Example a,
Example b 
)
friend

Definition at line 114 of file example.pb.h.

Member Data Documentation

◆ kAFieldNumber

const int jaiabot::protobuf::Example::kAFieldNumber = 1
static

Definition at line 173 of file example.pb.h.

◆ kBFieldNumber

const int jaiabot::protobuf::Example::kBFieldNumber = 2
static

Definition at line 166 of file example.pb.h.

◆ kIndexInFileMessages

constexpr int jaiabot::protobuf::Example::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 110 of file example.pb.h.


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