|
Monero
|
Typedefs | |
| using | type = int |
Variables | |
| constexpr type | Null = 0 |
| constexpr type | P0 = 1 |
| constexpr type | P1 = 2 |
| constexpr type | P5 = 4 |
| constexpr type | P01 = P0 | P1 |
| constexpr type | P05 = P0 | P5 |
| constexpr type | P015 = P0 | P1 | P5 |
| using randomx::ExecutionPort::type = typedef int |
| constexpr type randomx::ExecutionPort::Null = 0 |
| constexpr type randomx::ExecutionPort::P0 = 1 |
| constexpr type randomx::ExecutionPort::P1 = 2 |
| constexpr type randomx::ExecutionPort::P5 = 4 |
1.8.14