OpenASIP  2.0
Classes | Typedefs
CompiledSimulationPimpl.hh File Reference
#include <map>
#include <string>
#include <vector>
#include <set>
#include "CompiledSimulation.hh"
#include "CompiledSimCompiler.hh"
#include "PluginTools.hh"
Include dependency graph for CompiledSimulationPimpl.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CompiledSimulationPimpl
 

Typedefs

typedef std::vector< SimulateFunctionJumpTable
 Type for the jump table. More...
 

Detailed Description

Declaration of CompiledSimulationPimpl (private implementation) class.

Author
Viljami Korhonen 2008 (viljami.korhonen-no.spam-tut.fi)
Note
rating: red

Definition in file CompiledSimulationPimpl.hh.

Typedef Documentation

◆ JumpTable

typedef std::vector<SimulateFunction> JumpTable

Type for the jump table.

Definition at line 47 of file CompiledSimulationPimpl.hh.