|
HPCToolkit
|

Public Member Functions | |
| Function (void *_address, string *_comment, bool _isvisible, int _call_count) | |
| void | AppendComment (const string *c) |
| int | operator< (Function *right) |
Public Attributes | |
| void * | address |
| string * | comment |
| bool | isvisible |
| int | call_count |
Definition at line 74 of file function-entries.cpp.
| Function::Function | ( | void * | _address, |
| string * | _comment, | ||
| bool | _isvisible, | ||
| int | _call_count | ||
| ) |
Definition at line 325 of file function-entries.cpp.
| void Function::AppendComment | ( | const string * | c | ) |
| int Function::operator< | ( | Function * | right | ) |
Definition at line 343 of file function-entries.cpp.
| void* Function::address |
Definition at line 78 of file function-entries.cpp.
| int Function::call_count |
Definition at line 81 of file function-entries.cpp.
| string* Function::comment |
Definition at line 79 of file function-entries.cpp.
| bool Function::isvisible |
Definition at line 80 of file function-entries.cpp.