V-Gears 0
Free Final Fantasy VII engine.
Value.cpp File Reference
#include "decompiler/Value.h"
#include <boost/format.hpp>
#include <map>
#include <sstream>
#include <string>
Include dependency graph for Value.cpp:

Functions

void InitPrecedence ()
 
void InitNegateMap ()
 

Variables

static int dupindex = 0
 
static std::map< std::string, int > binary_op_precedence
 
static std::map< std::string, std::string > negate_map
 

Function Documentation

◆ InitNegateMap()

void InitNegateMap ( )

◆ InitPrecedence()

void InitPrecedence ( )

Variable Documentation

◆ binary_op_precedence

std::map<std::string, int> binary_op_precedence
static

◆ dupindex

int dupindex = 0
static

◆ negate_map

std::map<std::string, std::string> negate_map
static