#include <varint.hpp>
|
bool | operator== (const unsigned_int &i, const uint64_t &v) |
|
bool | operator== (const uint64_t &i, const unsigned_int &v) |
|
bool | operator== (const unsigned_int &i, const unsigned_int &v) |
|
bool | operator!= (const unsigned_int &i, const uint64_t &v) |
|
bool | operator!= (const uint64_t &i, const unsigned_int &v) |
|
bool | operator!= (const unsigned_int &i, const unsigned_int &v) |
|
bool | operator< (const unsigned_int &i, const uint64_t &v) |
|
bool | operator< (const uint64_t &i, const unsigned_int &v) |
|
bool | operator< (const unsigned_int &i, const unsigned_int &v) |
|
bool | operator<= (const unsigned_int &i, const uint64_t &v) |
|
bool | operator<= (const uint64_t &i, const unsigned_int &v) |
|
bool | operator<= (const unsigned_int &i, const unsigned_int &v) |
|
bool | operator> (const unsigned_int &i, const uint64_t &v) |
|
bool | operator> (const uint64_t &i, const unsigned_int &v) |
|
bool | operator> (const unsigned_int &i, const unsigned_int &v) |
|
bool | operator>= (const unsigned_int &i, const uint64_t &v) |
|
bool | operator>= (const uint64_t &i, const unsigned_int &v) |
|
bool | operator>= (const unsigned_int &i, const unsigned_int &v) |
|
Definition at line 6 of file varint.hpp.
◆ unsigned_int() [1/2]
fc::unsigned_int::unsigned_int |
( |
uint64_t |
v = 0 | ) |
|
|
inline |
◆ unsigned_int() [2/2]
template<typename T >
fc::unsigned_int::unsigned_int |
( |
T |
v | ) |
|
|
inline |
◆ operator T()
template<typename T >
fc::unsigned_int::operator T |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ operator!= [1/3]
◆ operator!= [2/3]
◆ operator!= [3/3]
◆ operator< [1/3]
bool operator< |
( |
const uint64_t & |
i, |
|
|
const unsigned_int & |
v |
|
) |
| |
|
friend |
◆ operator< [2/3]
bool operator< |
( |
const unsigned_int & |
i, |
|
|
const uint64_t & |
v |
|
) |
| |
|
friend |
◆ operator< [3/3]
◆ operator<= [1/3]
bool operator<= |
( |
const uint64_t & |
i, |
|
|
const unsigned_int & |
v |
|
) |
| |
|
friend |
◆ operator<= [2/3]
bool operator<= |
( |
const unsigned_int & |
i, |
|
|
const uint64_t & |
v |
|
) |
| |
|
friend |
◆ operator<= [3/3]
◆ operator== [1/3]
bool operator== |
( |
const uint64_t & |
i, |
|
|
const unsigned_int & |
v |
|
) |
| |
|
friend |
◆ operator== [2/3]
bool operator== |
( |
const unsigned_int & |
i, |
|
|
const uint64_t & |
v |
|
) |
| |
|
friend |
◆ operator== [3/3]
◆ operator> [1/3]
bool operator> |
( |
const uint64_t & |
i, |
|
|
const unsigned_int & |
v |
|
) |
| |
|
friend |
◆ operator> [2/3]
bool operator> |
( |
const unsigned_int & |
i, |
|
|
const uint64_t & |
v |
|
) |
| |
|
friend |
◆ operator> [3/3]
◆ operator>= [1/3]
bool operator>= |
( |
const uint64_t & |
i, |
|
|
const unsigned_int & |
v |
|
) |
| |
|
friend |
◆ operator>= [2/3]
bool operator>= |
( |
const unsigned_int & |
i, |
|
|
const uint64_t & |
v |
|
) |
| |
|
friend |
◆ operator>= [3/3]
◆ value
uint64_t fc::unsigned_int::value |
The documentation for this struct was generated from the following file: