Public Types | |
| 
typedef boost::shared_ptr< std::size_t >  | value_type | 
| 
typedef vcsn::handler< state_h, value_type >  | handler_t | 
| 
typedef SupportIterator< std::vector< value_type > >  | iterator | 
| typedef iterator | const_iterator | 
Public Member Functions | |
| Support (const std::vector< value_type > &) | |
| support<vector<U, T> > is a const adapter of std::vector to container.  | |
| const_iterator | begin () const | 
| const_iterator | end () const | 
| unsigned | size () const | 
| bool | empty () const | 
| Whether it's empty.  | |
| handler_t | back () const | 
Definition at line 63 of file bmig_support.hh.
 1.5.1