|
libTriton version 1.0 build 1599
|
#include <triton/immediate.hpp>#include <triton/cpuSize.hpp>#include <triton/exceptions.hpp>#include <triton/softfloat.hpp>#include <triton/coreUtils.hpp>Go to the source code of this file.
Namespaces | |
| namespace | triton |
| The Triton namespace. | |
| namespace | triton::arch |
| The Architecture namespace. | |
Functions | |
| std::ostream & | triton::arch::operator<< (std::ostream &stream, const Immediate &imm) |
| Displays an Immediate. | |
| std::ostream & | triton::arch::operator<< (std::ostream &stream, const Immediate *imm) |
| Displays an Immediate. | |
| bool | triton::arch::operator== (const Immediate &imm1, const Immediate &imm2) |
| Compares two Immediate. | |
| bool | triton::arch::operator!= (const Immediate &imm1, const Immediate &imm2) |
| Compares two Immediate. | |
| bool | triton::arch::operator< (const Immediate &imm1, const Immediate &imm2) |
| Compares two Immediate (needed for std::map) | |
Variables | |
| constexpr auto | sys_endianness = triton::arch::BE_ENDIANNESS |
|
constexpr |
Definition at line 17 of file immediate.cpp.