MeVisLab Toolbox Reference
|
#include <mlCallGraph.h>
Public Member Functions | |
MLGlobalFunctionKey () | |
Initializes line to 0. | |
MLGlobalFunctionKey (const std::string &function_, const std::string &file_, int line_) | |
Initializes _id with id and _fileHandle with fileName. | |
bool | operator== (const MLGlobalFunctionKey &other) const |
Public Attributes | |
std::string | function |
std::string | file |
int | line |
Definition at line 35 of file mlCallGraph.h.
|
inline |
Initializes line to 0.
Definition at line 43 of file mlCallGraph.h.
|
inline |
Initializes _id with id and _fileHandle with fileName.
Definition at line 46 of file mlCallGraph.h.
References file, function, line, and mlrange_cast().
|
inline |
Definition at line 53 of file mlCallGraph.h.
References file, function, line, and mlrange_cast().
std::string MLGlobalFunctionKey::file |
Definition at line 39 of file mlCallGraph.h.
Referenced by MLGlobalFunctionKey(), and operator==().
std::string MLGlobalFunctionKey::function |
Definition at line 38 of file mlCallGraph.h.
Referenced by MLGlobalFunctionKey(), and operator==().
int MLGlobalFunctionKey::line |
Definition at line 40 of file mlCallGraph.h.
Referenced by MLGlobalFunctionKey(), and operator==().