#include <item.hpp>

Public Types | |
| typedef Base::item_ | base |
| typedef s_mask< T, Base > | item_ |
| typedef void_ | item_type_ |
| typedef T | last_masked_ |
| typedef prior< typename Base::size >::type | size |
| typedef s_mask | type |
Public Member Functions | |
| BOOST_MPL_AUX_SET_OVERLOAD (aux::yes_tag, IS_MASKED, s_mask, aux::type_wrapper< T > *) | |
Public Member Functions inherited from Base | |
| virtual void | saySomething ()=0 |
| virtual | ~Base () |
Definition at line 53 of file set/aux_/item.hpp.
| typedef Base::item_ boost::mpl::s_mask< T, Base >::base |
Definition at line 59 of file set/aux_/item.hpp.
Definition at line 56 of file set/aux_/item.hpp.
| typedef void_ boost::mpl::s_mask< T, Base >::item_type_ |
Definition at line 58 of file set/aux_/item.hpp.
| typedef T boost::mpl::s_mask< T, Base >::last_masked_ |
Definition at line 57 of file set/aux_/item.hpp.
| typedef prior< typename Base::size >::type boost::mpl::s_mask< T, Base >::size |
Definition at line 60 of file set/aux_/item.hpp.
| typedef s_mask boost::mpl::s_mask< T, Base >::type |
Definition at line 61 of file set/aux_/item.hpp.
| boost::mpl::s_mask< T, Base >::BOOST_MPL_AUX_SET_OVERLOAD | ( | aux::yes_tag | , |
| IS_MASKED | , | ||
| s_mask< T, Base > | , | ||
| aux::type_wrapper< T > * | |||
| ) |