| 
    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 internal variables with the given ones.   | |
| bool | operator== (const MLGlobalFunctionKey &other) const | 
Public Attributes | |
| std::string | function | 
| std::string | file | 
| int | line | 
Definition at line 36 of file mlCallGraph.h.
      
  | 
  inline | 
Initializes line to 0.
Definition at line 44 of file mlCallGraph.h.
      
  | 
  inline | 
Initializes internal variables with the given ones.
Definition at line 47 of file mlCallGraph.h.
      
  | 
  inline | 
Definition at line 54 of file mlCallGraph.h.
| std::string MLGlobalFunctionKey::file | 
Definition at line 40 of file mlCallGraph.h.
Referenced by hash_value(), MLGlobalFunctionKey(), and operator==().
| std::string MLGlobalFunctionKey::function | 
Definition at line 39 of file mlCallGraph.h.
Referenced by hash_value(), MLGlobalFunctionKey(), and operator==().
| int MLGlobalFunctionKey::line | 
Definition at line 41 of file mlCallGraph.h.
Referenced by hash_value(), MLGlobalFunctionKey(), and operator==().