Vcsn  2.2a
Be Rational
vcsn::detail::index_t_impl< Tag > Struct Template Reference

Lightweight state/transition handle (or index). More...

#include <index.hh>

Collaboration diagram for vcsn::detail::index_t_impl< Tag >:

Public Member Functions

 index_t_impl (unsigned i)
 
template<typename T >
 index_t_impl (index_t_impl< T > t)=delete
 
bool operator== (index_t_impl t) const
 
template<typename T >
bool operator== (index_t_impl< T > t) const =delete
 
 index_t_impl ()=default
 Default ctor to please containers. More...
 
 operator unsigned () const
 
index_t_imploperator++ ()
 Be compliant with Boost integer ranges. More...
 
index_t_imploperator-- ()
 Be compliant with Boost integer ranges. More...
 

Private Attributes

unsigned s
 

Detailed Description

template<typename Tag>
struct vcsn::detail::index_t_impl< Tag >

Lightweight state/transition handle (or index).

Definition at line 9 of file index.hh.

Constructor & Destructor Documentation

template<typename Tag>
vcsn::detail::index_t_impl< Tag >::index_t_impl ( unsigned  i)
inline

Definition at line 11 of file index.hh.

template<typename Tag>
template<typename T >
vcsn::detail::index_t_impl< Tag >::index_t_impl ( index_t_impl< T >  t)
delete
template<typename Tag>
vcsn::detail::index_t_impl< Tag >::index_t_impl ( )
default

Default ctor to please containers.

Member Function Documentation

template<typename Tag>
vcsn::detail::index_t_impl< Tag >::operator unsigned ( ) const
inline

Definition at line 30 of file index.hh.

References vcsn::detail::index_t_impl< Tag >::s.

template<typename Tag>
index_t_impl& vcsn::detail::index_t_impl< Tag >::operator++ ( )
inline

Be compliant with Boost integer ranges.

Definition at line 32 of file index.hh.

References vcsn::detail::index_t_impl< Tag >::s.

template<typename Tag>
index_t_impl& vcsn::detail::index_t_impl< Tag >::operator-- ( )
inline

Be compliant with Boost integer ranges.

Definition at line 34 of file index.hh.

References vcsn::detail::index_t_impl< Tag >::s.

template<typename Tag>
bool vcsn::detail::index_t_impl< Tag >::operator== ( index_t_impl< Tag >  t) const
inline

Definition at line 19 of file index.hh.

References vcsn::detail::index_t_impl< Tag >::s.

template<typename Tag>
template<typename T >
bool vcsn::detail::index_t_impl< Tag >::operator== ( index_t_impl< T >  t) const
delete

Member Data Documentation


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