1#ifndef ROSE_BinaryAnalysis_Unparser_Mips_H 
    2#define ROSE_BinaryAnalysis_Unparser_Mips_H 
    3#include <featureTests.h> 
    4#ifdef ROSE_ENABLE_BINARY_ANALYSIS 
    5#include <Rose/BinaryAnalysis/Unparser/Base.h> 
    8namespace BinaryAnalysis {
 
   27    Ptr copy() 
const override;
 
 
Abstract base class for unparsers.
 
Unparser for the MIPS instruction set.
 
MipsSettings & settings() override
Property: Settings associated with this unparser.
 
const MipsSettings & settings() const override
Property: Settings associated with this unparser.
 
std::shared_ptr< const Base > BaseConstPtr
Reference counted pointer for Architecture::Base.
 
Settings specific to the MIP unparser.
 
Settings that control unparsing.