OpenASIP  2.0
Classes | Typedefs
OutputOperandDialog.hh File Reference
#include <wx/wx.h>
#include <wx/spinctrl.h>
#include <map>
#include "Operand.hh"
Include dependency graph for OutputOperandDialog.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OutputOperandDialog
 

Typedefs

typedef std::map< int, Operand::OperandTypeoperandList
 
typedef std::pair< int, Operand::OperandTypeoperandPair
 

Detailed Description

Declaration of OutputOperandDialog class.

Author
Jussi Nykänen 2004 (nykanen-no.spam-cs.tut.fi)
Tero Ryynänen 2008 (tero.ryynanen-no.spam-tut.fi)
Note
rating: red

Definition in file OutputOperandDialog.hh.

Typedef Documentation

◆ operandList

typedef std::map<int, Operand::OperandType> operandList

Definition at line 43 of file OutputOperandDialog.hh.

◆ operandPair

typedef std::pair<int, Operand::OperandType> operandPair

Definition at line 44 of file OutputOperandDialog.hh.