gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the documentation of this file.
6 #ifndef FUNCTION_MANAGER_H
7 #define FUNCTION_MANAGER_H
26 const std::string &filename,
int lineno);
28 std::string &filename,
int &lineno)
const;
FunctionManagerStack * calls
void f(int n, double u, double *val)
static FunctionManager * Instance()
int createFunction(const std::string &name, FILE *f, const std::string &filename, int lineno)
static FunctionManager * instance
FunctionManagerMap * functions
int leaveFunction(FILE **f, std::string &filename, int &lineno)
int enterFunction(const std::string &name, FILE **f, std::string &filename, int &lineno) const