|
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().
| struct arc* arc::colorchain |
Definition at line 307 of file regguts.h.
Referenced by colorchain(), and uncolorchain().
| struct arc* arc::colorchainRev |
Definition at line 308 of file regguts.h.
Referenced by colorchain(), and uncolorchain().
| struct state* arc::from |
Definition at line 299 of file regguts.h.
Referenced by cloneouts(), clonesuccessorstates(), colorcomplement(), cparc(), createarc(), freearc(), newarc(), pull(), push(), and single_color_transition().
| struct arc* arc::inchain |
| struct arc* arc::inchainRev |
Definition at line 305 of file regguts.h.
Referenced by createarc(), and sortins().
| struct arc* arc::outchain |
Definition at line 301 of file regguts.h.
Referenced by copyouts(), createarc(), freearc(), moveouts(), removecantmatch(), and sortouts().
| struct arc* arc::outchainRev |
Definition at line 302 of file regguts.h.
Referenced by createarc(), and sortouts().
| struct state* arc::to |
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().