V-Gears 0
Free Final Fantasy VII engine.
CodeGenerator.cpp File Reference
#include <algorithm>
#include <iostream>
#include <set>
#include <boost/format.hpp>
#include "decompiler/CodeGenerator.h"
#include "decompiler/Engine.h"
#include "decompiler/LuaLanguage.h"
Include dependency graph for CodeGenerator.cpp:

Macros

#define GET(vertex)   (boost::get(boost::vertex_name, graph_, vertex))
 
#define GET_EDGE(edge)   (boost::get(boost::edge_attribute, graph_, edge))
 

Typedefs

typedef std::pair< GraphVertex, ValueStackDFSEntry
 

Macro Definition Documentation

◆ GET

#define GET (   vertex)    (boost::get(boost::vertex_name, graph_, vertex))

◆ GET_EDGE

#define GET_EDGE (   edge)    (boost::get(boost::edge_attribute, graph_, edge))

Typedef Documentation

◆ DFSEntry

typedef std::pair<GraphVertex, ValueStack> DFSEntry