Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

cnfa Struct Reference

#include <regguts.h>

Data Fields

int nstates
int ncolors
int flags
int pre
int post
color bos [2]
color eos [2]
char * stflags
struct carc ** states
struct carcarcs

Detailed Description

Definition at line 362 of file regguts.h.


Field Documentation

struct carc* cnfa::arcs

Definition at line 376 of file regguts.h.

Referenced by compact(), and freecnfa().

Definition at line 370 of file regguts.h.

Referenced by compact(), findprefix(), longest(), pg_reg_colorisbegin(), and shortest().

Definition at line 371 of file regguts.h.

Referenced by compact(), findprefix(), longest(), pg_reg_colorisend(), and shortest().

Definition at line 366 of file regguts.h.

Referenced by compact(), and miss().

Definition at line 369 of file regguts.h.

Referenced by compact(), findprefix(), initialize(), miss(), and pg_reg_getfinalstate().

int cnfa::pre

Definition at line 368 of file regguts.h.

Referenced by compact(), findprefix(), initialize(), and pg_reg_getinitialstate().

struct carc** cnfa::states

Definition at line 374 of file regguts.h.

Referenced by compact(), findprefix(), freecnfa(), miss(), pg_reg_getnumoutarcs(), and pg_reg_getoutarcs().

Definition at line 372 of file regguts.h.

Referenced by compact(), freecnfa(), and miss().


The documentation for this struct was generated from the following file: