EmbeddedProto  2.0.0
EmbeddedProto is a C++ Protocol Buffer implementation specifically suitable for microcontrollers.
Public Member Functions | List of all members
EmbeddedProto::sint32 Class Reference

#include <Fields.h>

Inheritance diagram for EmbeddedProto::sint32:
Inheritance graph
[legend]
Collaboration diagram for EmbeddedProto::sint32:
Collaboration graph
[legend]

Public Member Functions

 sint32 ()
 
 sint32 (const int32_t &v)
 
 sint32 (const int32_t &&v)
 
 ~sint32 () override=default
 
Error serialize_with_id (uint32_t field_number, WriteBufferInterface &buffer) const final
 
Error serialize (WriteBufferInterface &buffer) const final
 
Error deserialize (ReadBufferInterface &buffer) final
 
- Public Member Functions inherited from EmbeddedProto::FieldTemplate< int32_t >
 FieldTemplate ()=default
 
 FieldTemplate (const int32_t &v)
 
 FieldTemplate (const int32_t &&v)
 
 ~FieldTemplate () override=default
 
void set (const int32_t &v)
 
void set (const int32_t &&v)
 
void operator= (const int32_t &v)
 
void operator= (const int32_t &&v)
 
const int32_t & get () const
 
int32_t & get ()
 
 operator int32_t () const
 
bool operator== (const int32_t &rhs)
 
bool operator== (const FieldTemplate< TYPE_RHS > &rhs)
 
bool operator!= (const int32_t &rhs)
 
bool operator!= (const FieldTemplate< TYPE_RHS > &rhs)
 
bool operator> (const int32_t &rhs)
 
bool operator> (const FieldTemplate< TYPE_RHS > &rhs)
 
bool operator< (const int32_t &rhs)
 
bool operator< (const FieldTemplate< TYPE_RHS > &rhs)
 
bool operator>= (const int32_t &rhs)
 
bool operator>= (const FieldTemplate< TYPE_RHS > &rhs)
 
bool operator<= (const int32_t &rhs)
 
bool operator<= (const FieldTemplate< TYPE_RHS > &rhs)
 
void clear () override
 Reset the field to it's initial value. More...
 
- Public Member Functions inherited from EmbeddedProto::Field
 Field ()=default
 
virtual ~Field ()=default
 
uint32_t serialized_size () const
 Calculate the size of this message when serialized. More...
 

Additional Inherited Members

- Public Types inherited from EmbeddedProto::FieldTemplate< int32_t >
typedef int32_t FIELD_TYPE
 

Constructor & Destructor Documentation

◆ sint32() [1/3]

EmbeddedProto::sint32::sint32 ( )
inline

◆ sint32() [2/3]

EmbeddedProto::sint32::sint32 ( const int32_t &  v)
inline

◆ sint32() [3/3]

EmbeddedProto::sint32::sint32 ( const int32_t &&  v)
inline

◆ ~sint32()

EmbeddedProto::sint32::~sint32 ( )
overridedefault

Member Function Documentation

◆ deserialize()

Error EmbeddedProto::sint32::deserialize ( ReadBufferInterface buffer)
finalvirtual

Implements EmbeddedProto::Field.

◆ serialize()

Error EmbeddedProto::sint32::serialize ( WriteBufferInterface buffer) const
finalvirtual

Implements EmbeddedProto::Field.

◆ serialize_with_id()

Error EmbeddedProto::sint32::serialize_with_id ( uint32_t  field_number,
WriteBufferInterface buffer 
) const
finalvirtual

Implements EmbeddedProto::Field.


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