libTriton version 1.0 build 1592
|
#include <triton/archEnums.hpp>
#include <triton/armOperandProperties.hpp>
#include <triton/bitsVector.hpp>
#include <triton/dllexport.hpp>
#include <triton/tritonTypes.hpp>
Go to the source code of this file.
Classes | |
class | triton::arch::Immediate |
This class is used to represent an immediate. More... | |
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) | |