next up previous contents
Next: Constructing an Automaton Up: Declaring a Container Previous: Compact DFA   Contents

NFA

#include <astl.h>
#include <nfa_mmap.h>

int main()
{
  NFA_mmap<plain, int> A;
}


Vincent Le Maout 2003-07-08