Computer Laboratory

tesla::internal::NFAStateHash Struct Reference

Detailed Description

Definition at line 692 of file Automaton.cpp.

Public Member Functions

size_t operator() (const NFAState &S) const
 

Member Function Documentation

size_t tesla::internal::NFAStateHash::operator() ( const NFAState S) const
inline

Definition at line 694 of file Automaton.cpp.

694  {
695  if (S.size() == 0) return 0;
696  return *S.begin();
697  }

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