libmonaa  0.5.2
Public Member Functions | Public Attributes | List of all members
Automaton< State > Struct Template Reference

An automaton. More...

#include <common_types.hh>

Public Member Functions

std::size_t stateSize () const
 Returns the number of the states.
 
bool operator== (const Automaton< State > A) const
 

Public Attributes

std::vector< std::shared_ptr< State > > states
 The states of this automaton.
 
std::vector< std::shared_ptr< State > > initialStates
 The initial states of this automaton.
 

Detailed Description

template<class State>
struct Automaton< State >

An automaton.


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