libTriton version 1.0 build 1592
|
#include <string>
#include <ostream>
#include <triton/archEnums.hpp>
#include <triton/armOperandProperties.hpp>
#include <triton/bitsVector.hpp>
#include <triton/cpuSize.hpp>
#include <triton/dllexport.hpp>
#include <triton/tritonTypes.hpp>
Go to the source code of this file.
Classes | |
class | triton::arch::Register |
This class is used when an instruction has a register operand. More... | |
Namespaces | |
namespace | triton |
The Triton namespace. | |
namespace | triton::arch |
The Architecture namespace. | |
Functions | |
std::ostream & | triton::arch::operator<< (std::ostream &stream, const Register ®) |
Displays a Register. | |
std::ostream & | triton::arch::operator<< (std::ostream &stream, const Register *reg) |
Displays a Register. | |
bool | triton::arch::operator< (const Register ®1, const Register ®2) |
Compares two Register. | |