Base class for code which can contain references which can get replaced before generating actual codet. More...
#include <code_with_references.h>
Base class for code which can contain references which can get replaced before generating actual codet.
Currently only references in array allocations are supported, because this is currently the only use required by assign_from_json.
Definition at line 40 of file code_with_references.h.
Definition at line 43 of file code_with_references.h.
Implemented in code_without_referencest, and reference_allocationt.