|
PostgreSQL Source Code git master
|
#include <regguts.h>
Data Fields | |
| int | type |
| color | co |
| struct state * | from |
| struct state * | to |
| struct arc * | outchain |
| struct arc * | outchainRev |
| struct arc * | inchain |
| struct arc * | inchainRev |
| struct arc * | colorchain |
| struct arc * | colorchainRev |
| color arc::co |
Definition at line 298 of file regguts.h.
Referenced by addArcs(), addKey(), clonesuccessorstates(), colorcomplement(), combine(), createarc(), findarc(), newarc(), okcolors(), pull(), and push().
Definition at line 307 of file regguts.h.
Referenced by colorchain(), and uncolorchain().
Definition at line 308 of file regguts.h.
Referenced by colorchain(), and uncolorchain().
Definition at line 299 of file regguts.h.
Referenced by cloneouts(), clonesuccessorstates(), colorcomplement(), cparc(), createarc(), freearc(), newarc(), pull(), push(), and single_color_transition().
Definition at line 305 of file regguts.h.
Referenced by createarc(), and sortins().
Definition at line 301 of file regguts.h.
Referenced by copyouts(), createarc(), freearc(), moveouts(), removecantmatch(), and sortouts().
Definition at line 302 of file regguts.h.
Referenced by createarc(), and sortouts().
Definition at line 300 of file regguts.h.
Referenced by addArcs(), addKey(), cloneouts(), colorcomplement(), cparc(), createarc(), freearc(), newarc(), pull(), push(), and single_color_transition().
| int arc::type |
Definition at line 297 of file regguts.h.
Referenced by clonesuccessorstates(), and combine().