Skip to content

Commit 182fbd7

Browse files
committed
Add links to symbolt and symbol_exprt classes
In order to make it easier to find the documentation concerning these classes.
1 parent e8ef37d commit 182fbd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/architectural/central-data-structures.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ See the `lazy_goto_modelt` class which is defined and documented in
8080
[`jbmc/src/java_bytecode/lazy_goto_model.h`](../../jbmc/src/java_bytecode/lazy_goto_model.h)
8181
for details of lazy loading.
8282

83+
For further information about symbols see the `symbolt` class which is defined
84+
and documented in [`src/util/symbol.h`](../../src/util/symbol.h) and the
85+
`symbol_exprt` (symbol expression) class which is defined and documented in
86+
[`src/util/std_expr.h`](../../src/util/std_expr.h).
87+
8388
## goto_functiont
8489

8590
A `goto_functiont` is also defined as a pair. It's designed to represent a function

0 commit comments

Comments
 (0)