CBMC
|
Object Numbering. More...
Go to the source code of this file.
Typedefs | |
typedef numberingt< exprt, irep_hash > | object_numberingt |
Object Numbering.
This is used to abbreviate identical expressions by number: for example, an object_numberingt instance might maintain the map:
Then any users that agree to use the same object_numberingt instance as a common reference source can use '1' and '2' as shorthands for "Hello" and "World" respectively.
Definition in file object_numbering.h.
typedef numberingt<exprt, irep_hash> object_numberingt |
Definition at line 28 of file object_numbering.h.