|
DDD 1.9.0.20250910094029
|
Namespace declared to hide these functions. More...
Functions | |
| UniqueTable< _GSDD > * | getTable () |
| accessor to UniqueTable instance declared in cpp file, (hem, please don't touch it). | |
| void | foreachTable (void(*foo)(const GSDD &g)) |
| Iterator over the entries of the table, applies foo to each entry in the table. | |
Namespace declared to hide these functions.
It is not very nice to access unicity table directly, these functions were exposed to allow graphical dot export of the unicity table contents.
| void SDDutil::foreachTable | ( | void(*)(const GSDD &g) | foo | ) |
Iterator over the entries of the table, applies foo to each entry in the table.
This was declared for dot export, I do not think it is very useful in general.
References canonical.
Referenced by exportUniqueTable().
| UniqueTable< _GSDD > * SDDutil::getTable | ( | ) |
accessor to UniqueTable instance declared in cpp file, (hem, please don't touch it).
References canonical.
1.9.8