Classes | Typedefs | Functions
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 T , typename C >
BOOST_DEDUCED_TYPENAME boost::mpl::if_< C, T const, T >::typeauto_any_cast (auto_any_t a)
 
template<typename T , typename C >
auto_any< BOOST_DEDUCED_TYPENAME foreach_iterator< T, C >::typebegin (auto_any_t col, type2type< T, C > *, boost::mpl::true_ *)
 
template<typename T , typename C >
auto_any< BOOST_DEDUCED_TYPENAME foreach_iterator< T, C >::typebegin (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 >
auto_any< T > contain (T const &t, boost::mpl::true_ *)
 
template<typename T >
auto_any< T * > contain (T &t, boost::mpl::false_ *)
 
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 >
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 >
type2type< T > * encode_type (T &, boost::false_type *)
 
template<typename T >
type2type< T, const_ > * encode_type (T const &, boost::true_type *)
 
template<typename T >
type2type< T > * encode_type (T &, boost::mpl::false_ *)
 
template<typename T >
type2type< T, const_ > * encode_type (T const &, boost::mpl::true_ *)
 
template<typename T , typename C >
auto_any< BOOST_DEDUCED_TYPENAME foreach_iterator< T, C >::typeend (auto_any_t col, type2type< T, C > *, boost::mpl::true_ *)
 
template<typename T , typename C >
auto_any< BOOST_DEDUCED_TYPENAME foreach_iterator< T, C >::typeend (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 >
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 >
void next (auto_any_t cur, type2type< T, C > *)
 
template<typename Bool1 >
boost::mpl::not_< Bool1 > * not_ (Bool1 *)
 
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 T , typename C >
auto_any< BOOST_DEDUCED_TYPENAME foreach_reverse_iterator< T, C >::typerbegin (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 >::typerbegin (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 >
BOOST_DEDUCED_TYPENAME foreach_reference< T, C >::type rderef (auto_any_t cur, type2type< T, C > *)
 
template<typename T , typename C >
bool rdone (auto_any_t cur, auto_any_t end, type2type< T, C > *)
 
template<typename T , typename C >
auto_any< BOOST_DEDUCED_TYPENAME foreach_reverse_iterator< T, C >::typerend (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 >::typerend (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 >
void rnext (auto_any_t cur, type2type< T, C > *)
 
bool set_false (bool &b)
 
template<typename T >
T *& to_ptr (T const &)
 

Typedef Documentation

Definition at line 266 of file foreach.hpp.

Definition at line 274 of file foreach.hpp.

Function Documentation

template<typename Bool1 , typename Bool2 >
boost::mpl::and_<Bool1, Bool2>* boost::foreach_detail_::and_ ( Bool1 *  ,
Bool2 *   
)
inline

Definition at line 203 of file foreach.hpp.

template<typename Bool1 , typename Bool2 , typename Bool3 >
boost::mpl::and_<Bool1, Bool2, Bool3>* boost::foreach_detail_::and_ ( Bool1 *  ,
Bool2 *  ,
Bool3 *   
)
inline

Definition at line 206 of file foreach.hpp.

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

Definition at line 269 of file foreach.hpp.

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

Definition at line 660 of file foreach.hpp.

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

Definition at line 668 of file foreach.hpp.

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

Definition at line 689 of file foreach.hpp.

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

Definition at line 630 of file foreach.hpp.

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

Definition at line 636 of file foreach.hpp.

template<typename T , typename C >
BOOST_DEDUCED_TYPENAME foreach_reference<T, C>::type boost::foreach_detail_::deref ( auto_any_t  cur,
type2type< T, C > *   
)
inline

Definition at line 768 of file foreach.hpp.

template<typename T , typename C >
bool boost::foreach_detail_::done ( auto_any_t  cur,
auto_any_t  end,
type2type< T, C > *   
)
inline

Definition at line 739 of file foreach.hpp.

template<typename T , typename C >
bool boost::foreach_detail_::done ( auto_any_t  cur,
auto_any_t  ,
type2type< T *, C > *   
)
inline

Definition at line 747 of file foreach.hpp.

template<typename T >
type2type<T>* boost::foreach_detail_::encode_type ( T &  ,
boost::false_type  
)
inline

Definition at line 401 of file foreach.hpp.

template<typename T >
type2type<T, const_>* boost::foreach_detail_::encode_type ( T const &  ,
boost::true_type  
)
inline

Definition at line 404 of file foreach.hpp.

template<typename T >
type2type<T>* boost::foreach_detail_::encode_type ( T &  ,
boost::mpl::false_  
)
inline

Definition at line 407 of file foreach.hpp.

template<typename T >
type2type<T, const_>* boost::foreach_detail_::encode_type ( T const &  ,
boost::mpl::true_  
)
inline

Definition at line 410 of file foreach.hpp.

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

Definition at line 700 of file foreach.hpp.

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

Definition at line 708 of file foreach.hpp.

template<typename T , typename C >
auto_any<int> boost::foreach_detail_::end ( auto_any_t  ,
type2type< T *, C > *  ,
boost::mpl::true_  
)
inline

Definition at line 729 of file foreach.hpp.

template<typename T >
boost::is_array<T>* boost::foreach_detail_::is_array_ ( T const &  )
inline

Definition at line 218 of file foreach.hpp.

template<typename T >
boost::is_const<T>* boost::foreach_detail_::is_const_ ( T &  )
inline

Definition at line 221 of file foreach.hpp.

template<typename T >
boost::mpl::true_* boost::foreach_detail_::is_const_ ( T const &  )
inline

Definition at line 225 of file foreach.hpp.

template<typename T >
boost::is_rvalue_reference<T &&>* boost::foreach_detail_::is_rvalue_ ( T &&  ,
int   
)
inline

Definition at line 236 of file foreach.hpp.

template<typename T , typename C >
void boost::foreach_detail_::next ( auto_any_t  cur,
type2type< T, C > *   
)
inline

Definition at line 757 of file foreach.hpp.

template<typename Bool1 >
boost::mpl::not_<Bool1>* boost::foreach_detail_::not_ ( Bool1 *  )
inline

Definition at line 215 of file foreach.hpp.

template<typename Bool1 , typename Bool2 >
boost::mpl::or_<Bool1, Bool2>* boost::foreach_detail_::or_ ( Bool1 *  ,
Bool2 *   
)
inline

Definition at line 209 of file foreach.hpp.

template<typename Bool1 , typename Bool2 , typename Bool3 >
boost::mpl::or_<Bool1, Bool2, Bool3>* boost::foreach_detail_::or_ ( Bool1 *  ,
Bool2 *  ,
Bool3 *   
)
inline

Definition at line 212 of file foreach.hpp.

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

Definition at line 779 of file foreach.hpp.

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

Definition at line 787 of file foreach.hpp.

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

Definition at line 808 of file foreach.hpp.

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

Definition at line 883 of file foreach.hpp.

template<typename T , typename C >
bool boost::foreach_detail_::rdone ( auto_any_t  cur,
auto_any_t  end,
type2type< T, C > *   
)
inline

Definition at line 862 of file foreach.hpp.

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

Definition at line 822 of file foreach.hpp.

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

Definition at line 830 of file foreach.hpp.

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

Definition at line 851 of file foreach.hpp.

template<typename T , typename C >
void boost::foreach_detail_::rnext ( auto_any_t  cur,
type2type< T, C > *   
)
inline

Definition at line 872 of file foreach.hpp.

bool boost::foreach_detail_::set_false ( bool &  b)
inline

Definition at line 415 of file foreach.hpp.

template<typename T >
T*& boost::foreach_detail_::to_ptr ( T const &  )
inline

Definition at line 425 of file foreach.hpp.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:34