|
CBMC
|
#include <call_stack_history.h>
Collaboration diagram for call_stack_historyt::call_stack_entryt:Public Member Functions | |
| call_stack_entryt (locationt l, cse_ptrt p) | |
| bool | operator< (const call_stack_entryt &op) const |
| bool | operator== (const call_stack_entryt &op) const |
Public Attributes | |
| locationt | current_location |
| cse_ptrt | caller |
Definition at line 25 of file call_stack_history.h.
Definition at line 31 of file call_stack_history.h.
| bool call_stack_historyt::call_stack_entryt::operator< | ( | const call_stack_entryt & | op | ) | const |
Definition at line 174 of file call_stack_history.cpp.
| bool call_stack_historyt::call_stack_entryt::operator== | ( | const call_stack_entryt & | op | ) | const |
Definition at line 217 of file call_stack_history.cpp.
| cse_ptrt call_stack_historyt::call_stack_entryt::caller |
Definition at line 29 of file call_stack_history.h.
| locationt call_stack_historyt::call_stack_entryt::current_location |
Definition at line 28 of file call_stack_history.h.