Generated on Wed Jan 4 17:49:22 2006 for Gecode by doxygen 1.4.6

Gecode::Int::Regular::TransitionBag Class Reference

List of all members.

Detailed Description

For collecting transitions while constructing a DFA.

Definition at line 586 of file reg.cc.

Public Member Functions

 TransitionBag (void)
void add (int, int, int)
void finish (void)
DFA::Transitiontransitions (void)


Constructor & Destructor Documentation

forceinline Gecode::Int::Regular::TransitionBag::TransitionBag void   ) 
 

Definition at line 598 of file reg.cc.


Member Function Documentation

forceinline void Gecode::Int::Regular::TransitionBag::add int  ,
int  ,
int 
 

Definition at line 601 of file reg.cc.

forceinline void Gecode::Int::Regular::TransitionBag::finish void   ) 
 

Definition at line 609 of file reg.cc.

forceinline DFA::Transition * Gecode::Int::Regular::TransitionBag::transitions void   ) 
 

Definition at line 614 of file reg.cc.


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