#include <item.hpp>

Public Types | |
| typedef Base::item_ | base |
| typedef s_unmask< T, Base > | item_ |
| typedef T | item_type_ |
| typedef void_ | last_masked_ |
| typedef next< typename Base::size >::type | size |
Public Member Functions | |
| BOOST_MPL_AUX_SET_OVERLOAD (aux::no_tag, IS_MASKED, s_unmask, aux::type_wrapper< T > *) | |
Public Member Functions inherited from Base | |
| virtual void | saySomething ()=0 |
| virtual | ~Base () |
Definition at line 68 of file set/aux_/item.hpp.
| typedef Base::item_ boost::mpl::s_unmask< T, Base >::base |
Definition at line 74 of file set/aux_/item.hpp.
| typedef s_unmask<T,Base> boost::mpl::s_unmask< T, Base >::item_ |
Definition at line 71 of file set/aux_/item.hpp.
| typedef T boost::mpl::s_unmask< T, Base >::item_type_ |
Definition at line 73 of file set/aux_/item.hpp.
| typedef void_ boost::mpl::s_unmask< T, Base >::last_masked_ |
Definition at line 72 of file set/aux_/item.hpp.
| typedef next< typename Base::size >::type boost::mpl::s_unmask< T, Base >::size |
Definition at line 75 of file set/aux_/item.hpp.
| boost::mpl::s_unmask< T, Base >::BOOST_MPL_AUX_SET_OVERLOAD | ( | aux::no_tag | , |
| IS_MASKED | , | ||
| s_unmask< T, Base > | , | ||
| aux::type_wrapper< T > * | |||
| ) |