Wire Sysio Wire Sysion 1.0.0
|
serializes a 32 bit signed interger in as few bytes as possible More...
#include <varint.hpp>
Public Member Functions | |
signed_int (int32_t v=0) | |
operator int32_t () const | |
template<typename T > | |
signed_int & | operator= (const T &v) |
signed_int | operator++ (int) |
signed_int & | operator++ () |
Public Attributes | |
int32_t | value |
Friends | |
bool | operator== (const signed_int &i, const int32_t &v) |
bool | operator== (const int32_t &i, const signed_int &v) |
bool | operator== (const signed_int &i, const signed_int &v) |
bool | operator!= (const signed_int &i, const int32_t &v) |
bool | operator!= (const int32_t &i, const signed_int &v) |
bool | operator!= (const signed_int &i, const signed_int &v) |
bool | operator< (const signed_int &i, const int32_t &v) |
bool | operator< (const int32_t &i, const signed_int &v) |
bool | operator< (const signed_int &i, const signed_int &v) |
bool | operator>= (const signed_int &i, const int32_t &v) |
bool | operator>= (const int32_t &i, const signed_int &v) |
bool | operator>= (const signed_int &i, const signed_int &v) |
Uses the google protobuf algorithm for seralizing signed numbers
Definition at line 41 of file varint.hpp.
|
inline |
Definition at line 42 of file varint.hpp.
|
inline |
Definition at line 43 of file varint.hpp.
|
inline |
Definition at line 47 of file varint.hpp.
|
inline |
Definition at line 46 of file varint.hpp.
|
inline |
Definition at line 45 of file varint.hpp.
|
friend |
Definition at line 56 of file varint.hpp.
|
friend |
Definition at line 55 of file varint.hpp.
|
friend |
Definition at line 57 of file varint.hpp.
|
friend |
Definition at line 60 of file varint.hpp.
|
friend |
Definition at line 59 of file varint.hpp.
|
friend |
Definition at line 61 of file varint.hpp.
|
friend |
Definition at line 52 of file varint.hpp.
|
friend |
Definition at line 51 of file varint.hpp.
|
friend |
Definition at line 53 of file varint.hpp.
|
friend |
Definition at line 64 of file varint.hpp.
|
friend |
Definition at line 63 of file varint.hpp.
|
friend |
Definition at line 65 of file varint.hpp.
int32_t fc::signed_int::value |
Definition at line 49 of file varint.hpp.