automat< T > Class Template Reference

List of all members.

Classes

struct  state
struct  transition

Public Types

typedef void(T::* action )(char c)

Public Member Functions

 automat (T *output)
void add_transition (const char *src, const char *dest, const string in, action act=0)
void reset ()
void process (char c)
bool is_end ()
bool is_error ()
bool is_eof ()
void read_from (istream &in)

template<class T>
class automat< T >


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

Generated on Thu Jan 14 20:52:15 2010 for carworld by  doxygen 1.6.1