|
CPN
Computational Process Networks
|
This is a very simple implementation of a 128 bit number. More...
#include <cpn/common.h>
Include dependency graph for uint128_t.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | uint128_t |
Functions | |
| bool | operator< (const uint128_t &l, const uint128_t &r) |
| bool | operator>= (const uint128_t &l, const uint128_t &r) |
| bool | operator<= (const uint128_t &l, const uint128_t &r) |
| bool | operator> (const uint128_t &l, const uint128_t &r) |
| bool | operator== (const uint128_t &l, const uint128_t &r) |
| bool | operator!= (const uint128_t &l, const uint128_t &r) |
This is a very simple implementation of a 128 bit number.
Definition in file uint128_t.h.
Definition at line 48 of file uint128_t.h.
Definition at line 43 of file uint128_t.h.
Definition at line 44 of file uint128_t.h.
Definition at line 42 of file uint128_t.h.
1.8.5