Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::foreach_detail_ Namespace Reference

Classes

struct  auto_any
 
struct  auto_any_base
 
struct  foreach_iterator
 
struct  foreach_reference
 
struct  foreach_reverse_iterator
 
struct  is_char_array
 
struct  type2type
 
struct  wrap_cstr
 
struct  wrap_cstr< char * >
 
struct  wrap_cstr< char const * >
 
struct  wrap_cstr< wchar_t * >
 
struct  wrap_cstr< wchar_t const * >
 

Typedefs

typedef auto_any_base const & auto_any_t
 
typedef boost::mpl::true_ const_
 

Functions

template<typename Bool1 , typename Bool2 >
boost::mpl::and_< Bool1, Bool2 > * and_ (Bool1 *, Bool2 *)
 
template<typename Bool1 , typename Bool2 , typename Bool3 >
boost::mpl::and_< Bool1, Bool2,
Bool3 > * 
and_ (Bool1 *, Bool2 *, Bool3 *)
 
template<typename Bool1 , typename Bool2 >
boost::mpl::or_< Bool1, Bool2 > * or_ (Bool1 *, Bool2 *)
 
template<typename Bool1 , typename Bool2 , typename Bool3 >
boost::mpl::or_< Bool1, Bool2,
Bool3 > * 
or_ (Bool1 *, Bool2 *, Bool3 *)
 
template<typename Bool1 >
boost::mpl::not_< Bool1 > * not_ (Bool1 *)
 
template<typename T >
boost::is_array< T > * is_array_ (T const &)
 
template<typename T >
boost::is_const< T > * is_const_ (T &)
 
template<typename T >
boost::mpl::true_is_const_ (T const &)
 
template<typename T >
boost::is_rvalue_reference< T && > * is_rvalue_ (T &&, int)
 
template<typename T , typename C >
BOOST_DEDUCED_TYPENAME
boost::mpl::if_< C, T const, T >
::type
auto_any_cast (auto_any_t a)
 
template<typename T >
type2type< T > * encode_type (T &, boost::mpl::false_ *)
 
template<typename T >
type2type< T, const_ > * encode_type (T const &, boost::mpl::true_ *)
 
bool set_false (bool &b)
 
template<typename T >
T *& to_ptr (T const &)
 
template<typename T >
auto_any< Tcontain (T const &t, boost::mpl::true_ *)
 
template<typename T >
auto_any< T * > contain (T &t, boost::mpl::false_ *)
 
template<typename T , typename C >
auto_any
< BOOST_DEDUCED_TYPENAME
foreach_iterator< T, C >::type
begin (auto_any_t col, type2type< T, C > *, boost::mpl::true_ *)
 
template<typename T , typename C >
auto_any
< BOOST_DEDUCED_TYPENAME
foreach_iterator< T, C >::type
begin (auto_any_t col, type2type< T, C > *, boost::mpl::false_ *)
 
template<typename T , typename C >
auto_any< T * > begin (auto_any_t col, type2type< T *, C > *, boost::mpl::true_ *)
 
template<typename T , typename C >
auto_any
< BOOST_DEDUCED_TYPENAME
foreach_iterator< T, C >::type
end (auto_any_t col, type2type< T, C > *, boost::mpl::true_ *)
 
template<typename T , typename C >
auto_any
< BOOST_DEDUCED_TYPENAME
foreach_iterator< T, C >::type
end (auto_any_t col, type2type< T, C > *, boost::mpl::false_ *)
 
template<typename T , typename C >
auto_any< int > end (auto_any_t, type2type< T *, C > *, boost::mpl::true_ *)
 
template<typename T , typename C >
bool done (auto_any_t cur, auto_any_t end, type2type< T, C > *)
 
template<typename T , typename C >
bool done (auto_any_t cur, auto_any_t, type2type< T *, C > *)
 
template<typename T , typename C >
void next (auto_any_t cur, type2type< T, C > *)
 
template<typename T , typename C >
BOOST_DEDUCED_TYPENAME
foreach_reference< T, C >
::type 
deref (auto_any_t cur, type2type< T, C > *)
 
template<typename T , typename C >
auto_any
< BOOST_DEDUCED_TYPENAME
foreach_reverse_iterator< T, C >
::type
rbegin (auto_any_t col, type2type< T, C > *, boost::mpl::true_ *)
 
template<typename T , typename C >
auto_any
< BOOST_DEDUCED_TYPENAME
foreach_reverse_iterator< T, C >
::type
rbegin (auto_any_t col, type2type< T, C > *, boost::mpl::false_ *)
 
template<typename T , typename C >
auto_any< reverse_iterator< T * > > rbegin (auto_any_t col, type2type< T *, C > *, boost::mpl::true_ *)
 
template<typename T , typename C >
auto_any
< BOOST_DEDUCED_TYPENAME
foreach_reverse_iterator< T, C >
::type
rend (auto_any_t col, type2type< T, C > *, boost::mpl::true_ *)
 
template<typename T , typename C >
auto_any
< BOOST_DEDUCED_TYPENAME
foreach_reverse_iterator< T, C >
::type
rend (auto_any_t col, type2type< T, C > *, boost::mpl::false_ *)
 
template<typename T , typename C >
auto_any< reverse_iterator< T * > > rend (auto_any_t col, type2type< T *, C > *, boost::mpl::true_ *)
 
template<typename T , typename C >
bool rdone (auto_any_t cur, auto_any_t end, type2type< T, C > *)
 
template<typename T , typename C >
void rnext (auto_any_t cur, type2type< T, C > *)
 
template<typename T , typename C >
BOOST_DEDUCED_TYPENAME
foreach_reference< T, C >
::type 
rderef (auto_any_t cur, type2type< T, C > *)
 

Typedef Documentation

Function Documentation

template<typename Bool1 , typename Bool2 , typename Bool3 >
boost::mpl::and_<Bool1, Bool2, Bool3>* boost::foreach_detail_::and_ ( Bool1 *  ,
Bool2 *  ,
Bool3 *   
)
inline
template<typename T , typename C >
BOOST_DEDUCED_TYPENAME boost::mpl::if_<C, T const, T>::type& boost::foreach_detail_::auto_any_cast ( auto_any_t  a)
inline

References boost::a.

Referenced by begin(), deref(), done(), next(), rbegin(), rderef(), rdone(), rend(), and rnext().

template<typename T , typename C >
auto_any<BOOST_DEDUCED_TYPENAME foreach_iterator<T, C>::type> boost::foreach_detail_::begin ( auto_any_t  col,
type2type< T, C > *  ,
boost::mpl::true_  
)
inline
template<typename T , typename C >
auto_any<BOOST_DEDUCED_TYPENAME foreach_iterator<T, C>::type> boost::foreach_detail_::begin ( auto_any_t  col,
type2type< T, C > *  ,
boost::mpl::false_  
)
inline
template<typename T , typename C >
auto_any<T *> boost::foreach_detail_::begin ( auto_any_t  col,
type2type< T *, C > *  ,
boost::mpl::true_  
)
inline

References auto_any_cast(), and T.

template<typename T >
auto_any<T> boost::foreach_detail_::contain ( T const &  t,
boost::mpl::true_  
)
inline

References boost::flyweights::t.

template<typename T >
auto_any<T *> boost::foreach_detail_::contain ( T t,
boost::mpl::false_  
)
inline
template<typename T , typename C >
bool boost::foreach_detail_::done ( auto_any_t  cur,
auto_any_t  ,
type2type< T *, C > *   
)
inline

References auto_any_cast(), and T.

template<typename T >
type2type<T>* boost::foreach_detail_::encode_type ( T ,
boost::mpl::false_  
)
inline
template<typename T >
type2type<T, const_>* boost::foreach_detail_::encode_type ( T const &  ,
boost::mpl::true_  
)
inline
template<typename T , typename C >
auto_any<BOOST_DEDUCED_TYPENAME foreach_iterator<T, C>::type> boost::foreach_detail_::end ( auto_any_t  col,
type2type< T, C > *  ,
boost::mpl::true_  
)
inline

References boost::end.

template<typename T , typename C >
auto_any<BOOST_DEDUCED_TYPENAME foreach_iterator<T, C>::type> boost::foreach_detail_::end ( auto_any_t  col,
type2type< T, C > *  ,
boost::mpl::false_  
)
inline
template<typename T , typename C >
auto_any<int> boost::foreach_detail_::end ( auto_any_t  ,
type2type< T *, C > *  ,
boost::mpl::true_  
)
inline
template<typename T >
boost::is_array<T>* boost::foreach_detail_::is_array_ ( T const &  )
inline
template<typename T >
boost::is_const<T>* boost::foreach_detail_::is_const_ ( T )
inline
template<typename T >
boost::mpl::true_* boost::foreach_detail_::is_const_ ( T const &  )
inline
template<typename T >
boost::is_rvalue_reference<T &&>* boost::foreach_detail_::is_rvalue_ ( T &&  ,
int   
)
inline
template<typename Bool1 >
boost::mpl::not_<Bool1>* boost::foreach_detail_::not_ ( Bool1 *  )
inline
template<typename Bool1 , typename Bool2 , typename Bool3 >
boost::mpl::or_<Bool1, Bool2, Bool3>* boost::foreach_detail_::or_ ( Bool1 *  ,
Bool2 *  ,
Bool3 *   
)
inline
template<typename T , typename C >
auto_any<BOOST_DEDUCED_TYPENAME foreach_reverse_iterator<T, C>::type> boost::foreach_detail_::rbegin ( auto_any_t  col,
type2type< T, C > *  ,
boost::mpl::true_  
)
inline

References boost::rbegin().

template<typename T , typename C >
auto_any<BOOST_DEDUCED_TYPENAME foreach_reverse_iterator<T, C>::type> boost::foreach_detail_::rbegin ( auto_any_t  col,
type2type< T, C > *  ,
boost::mpl::false_  
)
inline
template<typename T , typename C >
auto_any<reverse_iterator<T *> > boost::foreach_detail_::rbegin ( auto_any_t  col,
type2type< T *, C > *  ,
boost::mpl::true_  
)
inline
template<typename T , typename C >
BOOST_DEDUCED_TYPENAME foreach_reference<T, C>::type boost::foreach_detail_::rderef ( auto_any_t  cur,
type2type< T, C > *   
)
inline
template<typename T , typename C >
bool boost::foreach_detail_::rdone ( auto_any_t  cur,
auto_any_t  end,
type2type< T, C > *   
)
inline
template<typename T , typename C >
auto_any<BOOST_DEDUCED_TYPENAME foreach_reverse_iterator<T, C>::type> boost::foreach_detail_::rend ( auto_any_t  col,
type2type< T, C > *  ,
boost::mpl::true_  
)
inline

References boost::rend().

template<typename T , typename C >
auto_any<BOOST_DEDUCED_TYPENAME foreach_reverse_iterator<T, C>::type> boost::foreach_detail_::rend ( auto_any_t  col,
type2type< T, C > *  ,
boost::mpl::false_  
)
inline
template<typename T , typename C >
auto_any<reverse_iterator<T *> > boost::foreach_detail_::rend ( auto_any_t  col,
type2type< T *, C > *  ,
boost::mpl::true_  
)
inline

References auto_any_cast(), and T.

template<typename T , typename C >
void boost::foreach_detail_::rnext ( auto_any_t  cur,
type2type< T, C > *   
)
inline
bool boost::foreach_detail_::set_false ( bool &  b)
inline
template<typename T >
T*& boost::foreach_detail_::to_ptr ( T const &  )
inline

References T, and boost::flyweights::t.