| CBMC
    | 
Wraps the information needed to identify the entry point. More...
#include <memory_snapshot_harness_generator.h>
 Collaboration diagram for memory_snapshot_harness_generatort::entry_locationt:
 Collaboration diagram for memory_snapshot_harness_generatort::entry_locationt:| Public Member Functions | |
| entry_locationt ()=default | |
| entry_locationt (irep_idt function_name, goto_programt::const_targett start_instruction) | |
| Public Attributes | |
| irep_idt | function_name | 
| goto_programt::const_targett | start_instruction | 
Wraps the information needed to identify the entry point.
Initializes via either entry_goto_locationt or entry_source_locationt
Definition at line 115 of file memory_snapshot_harness_generator.h.
| 
 | default | 
| 
 | inlineexplicit | 
Definition at line 121 of file memory_snapshot_harness_generator.h.
| irep_idt memory_snapshot_harness_generatort::entry_locationt::function_name | 
Definition at line 117 of file memory_snapshot_harness_generator.h.
| goto_programt::const_targett memory_snapshot_harness_generatort::entry_locationt::start_instruction | 
Definition at line 118 of file memory_snapshot_harness_generator.h.