|
libTriton version 1.0 build 1599
|
The Triton namespace. More...
Namespaces | |
| namespace | arch |
| The Architecture namespace. | |
| namespace | ast |
| The AST namespace. | |
| namespace | bindings |
| The Bindings namespace. | |
| namespace | bitsize |
| The BitSize namespace. | |
| namespace | callbacks |
| The Callbacks namespace. | |
| namespace | engines |
| The Engines namespace. | |
| namespace | exceptions |
| The Exceptions namespace. | |
| namespace | extlibs |
| The external libraries namespace. | |
| namespace | modes |
| The Modes namespace. | |
| namespace | sf |
| The Softfloat namespace. | |
| namespace | size |
| The Size namespace. | |
| namespace | utils |
| The Utils namespace. | |
Classes | |
| class | ComparableFunctor |
| class | Context |
| This is the main Triton Context class. More... | |
| class | IdentityHash |
| Used as a hash function in hash tables containers (std::unordered_map, robin_map). More... | |
Typedefs | |
| typedef std::uint8_t | uint8 |
| unisgned 8-bits | |
| typedef std::uint16_t | uint16 |
| unisgned 16-bits | |
| typedef std::uint32_t | uint32 |
| unisgned 32-bits | |
| typedef std::uint64_t | uint64 |
| unisgned 64-bits | |
| typedef math::wide_integer::uintwide_t< static_cast< size_t >(UINT32_C(80)), std::uint16_t > | uint80 |
| unsigned 80-bits | |
| typedef math::wide_integer::uint128_t | uint128 |
| unsigned 128-bits | |
| typedef math::wide_integer::uint256_t | uint256 |
| unsigned 256-bits | |
| typedef math::wide_integer::uint512_t | uint512 |
| unsigned 512-bits | |
| typedef std::int8_t | sint8 |
| signed 8-bits | |
| typedef std::int16_t | sint16 |
| signed 16-bits | |
| typedef std::int32_t | sint32 |
| signed 32-bits | |
| typedef std::int64_t | sint64 |
| signed 64-bits | |
| typedef math::wide_integer::int128_t | sint128 |
| signed 128-bits | |
| typedef math::wide_integer::int256_t | sint256 |
| signed 256-bits | |
| typedef math::wide_integer::int512_t | sint512 |
| signed 512-bits | |
| typedef std::size_t | usize |
| unsigned MAX_INT 32 or 64 bits according to the CPU. | |
| typedef unsigned long long | __uint |
| unsigned long long if the arch is 64-bits. | |
| typedef signed long long | __sint |
| signed long long if the arch is 64-bits. | |
The Triton namespace.