libTriton version 1.0 build 1592
|
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) | |