#include <FunctionManager.h>
|
int | createFunction (const std::string &name, FILE *f, const std::string &filename, int lineno) |
|
int | enterFunction (const std::string &name, FILE **f, std::string &filename, int &lineno) const |
|
int | leaveFunction (FILE **f, std::string &filename, int &lineno) |
|
void | clear () |
|
Definition at line 17 of file FunctionManager.h.
◆ FunctionManager()
FunctionManager::FunctionManager |
( |
| ) |
|
|
private |
◆ clear()
void FunctionManager::clear |
( |
| ) |
|
◆ createFunction()
int FunctionManager::createFunction |
( |
const std::string & |
name, |
|
|
FILE * |
f, |
|
|
const std::string & |
filename, |
|
|
int |
lineno |
|
) |
| |
◆ enterFunction()
int FunctionManager::enterFunction |
( |
const std::string & |
name, |
|
|
FILE ** |
f, |
|
|
std::string & |
filename, |
|
|
int & |
lineno |
|
) |
| const |
◆ Instance()
◆ leaveFunction()
int FunctionManager::leaveFunction |
( |
FILE ** |
f, |
|
|
std::string & |
filename, |
|
|
int & |
lineno |
|
) |
| |
◆ calls
◆ functions
◆ instance
The documentation for this class was generated from the following files: