libTriton version 1.0 build 1592
|
The Size namespace. More...
Variables | |
constexpr triton::uint32 | byte = 1 |
byte size in byte | |
constexpr triton::uint32 | word = 2 |
word size in byte | |
constexpr triton::uint32 | dword = 4 |
dword size in byte | |
constexpr triton::uint32 | qword = 8 |
qword size in byte | |
constexpr triton::uint32 | fword = 10 |
fword size in byte | |
constexpr triton::uint32 | dqword = 16 |
dqword size in byte | |
constexpr triton::uint32 | qqword = 32 |
qqword size in byte | |
constexpr triton::uint32 | dqqword = 64 |
dqqword size in byte | |
constexpr triton::uint32 | max_supported = dqqword |
max size supported in byte | |
The Size namespace.