Public Types | |
| 
typedef vcsn::bmig::InitialContainer< U, HState >::Type  | container_t | 
| typedef container_t::key_type | key_type | 
| typedef container_t::const_iterator | container_iterator | 
| 
typedef SupportIterator< vcsn::bmig::InitialContainer< U, HState > >  | self_t | 
| 
typedef vcsn::handler< state_h, HState >  | handler_t | 
| typedef container_iterator::iterator_category | iterator_category | 
| typedef container_iterator::difference_type | difference_type | 
| typedef key_type | value_type | 
| typedef key_type * | pointer | 
| typedef key_type & | reference | 
Public Member Functions | |
| SupportIterator () | |
| SupportIterator (const container_t *c, container_iterator) | |
| handler_t | operator * () const | 
| self_t & | operator++ () | 
| self_t | operator++ (int) | 
| bool | operator!= (const SupportIterator &) const | 
| bool | operator== (const SupportIterator &) const | 
Definition at line 193 of file bmig_support.hh.
 1.5.1