1#ifndef ROSE_BinaryAnalysis_Unparser_M68k_H 
    2#define ROSE_BinaryAnalysis_Unparser_M68k_H 
    3#include <featureTests.h> 
    4#ifdef ROSE_ENABLE_BINARY_ANALYSIS 
    5#include <Rose/BinaryAnalysis/Unparser/Base.h> 
    7#include <Rose/BinaryAnalysis/Architecture/Base.h> 
   10namespace BinaryAnalysis {
 
   29    Ptr copy() 
const override;
 
 
Abstract base class for unparsers.
 
Unparser for Motorola M68k and related instruction sets.
 
const M68kSettings & settings() const override
Property: Settings associated with this unparser.
 
M68kSettings & settings() override
Property: Settings associated with this unparser.
 
std::shared_ptr< const Base > BaseConstPtr
Reference counted pointer for Architecture::Base.
 
Settings specific to the M68k unparser.
 
Settings that control unparsing.