Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::_bi::list2< A1, A2 > Class Template Reference

#include <bind.hpp>

Inheritance diagram for boost::_bi::list2< A1, A2 >:
Collaboration diagram for boost::_bi::list2< A1, A2 >:

Public Member Functions

 list2 (A1 a1, A2 a2)
 
A1 operator[] (boost::arg< 1 >) const
 
A2 operator[] (boost::arg< 2 >) const
 
A1 operator[] (boost::arg< 1 >(*)()) const
 
A2 operator[] (boost::arg< 2 >(*)()) const
 
template<class T >
Toperator[] (_bi::value< T > &v) const
 
template<class T >
T const & operator[] (_bi::value< T > const &v) const
 
template<class T >
Toperator[] (reference_wrapper< T > const &v) const
 
template<class R , class F , class L >
result_traits< R, F >::type operator[] (bind_t< R, F, L > &b) const
 
template<class R , class F , class L >
result_traits< R, F >::type operator[] (bind_t< R, F, L > const &b) const
 
template<class R , class F , class A >
operator() (type< R >, F &f, A &a, long)
 
template<class R , class F , class A >
operator() (type< R >, F const &f, A &a, long) const
 
template<class F , class A >
void operator() (type< void >, F &f, A &a, int)
 
template<class F , class A >
void operator() (type< void >, F const &f, A &a, int) const
 
template<class A >
bool operator() (type< bool >, logical_and &, A &a, int)
 
template<class A >
bool operator() (type< bool >, logical_and const &, A &a, int) const
 
template<class A >
bool operator() (type< bool >, logical_or &, A &a, int)
 
template<class A >
bool operator() (type< bool >, logical_or const &, A &a, int) const
 
template<class V >
void accept (V &v) const
 
bool operator== (list2 const &rhs) const
 

Private Types

typedef storage1< A1inherited
 

Private Attributes

A2 a2_
 
A1 a1_
 

Constructor & Destructor Documentation

template<class A1 , class A2 >
boost::_bi::list2< A1, A2 >::list2 ( A1  a1,
A2  a2 
)
inline

Member Function Documentation

template<class A1 , class A2 >
template<class V >
void boost::_bi::list2< A1, A2 >::accept ( V &  v) const
inline
template<class A1 , class A2 >
template<class R , class F , class A >
R boost::_bi::list2< A1, A2 >::operator() ( type< R >  ,
F &  f,
A &  a,
long   
)
inline
template<class A1 , class A2 >
template<class R , class F , class A >
R boost::_bi::list2< A1, A2 >::operator() ( type< R >  ,
F const &  f,
A &  a,
long   
) const
inline
template<class A1 , class A2 >
template<class F , class A >
void boost::_bi::list2< A1, A2 >::operator() ( type< void >  ,
F &  f,
A &  a,
int   
)
inline
template<class A1 , class A2 >
template<class F , class A >
void boost::_bi::list2< A1, A2 >::operator() ( type< void >  ,
F const &  f,
A &  a,
int   
) const
inline
template<class A1 , class A2 >
template<class A >
bool boost::_bi::list2< A1, A2 >::operator() ( type< bool >  ,
logical_and ,
A &  a,
int   
)
inline
template<class A1 , class A2 >
template<class A >
bool boost::_bi::list2< A1, A2 >::operator() ( type< bool >  ,
logical_and const &  ,
A &  a,
int   
) const
inline
template<class A1 , class A2 >
template<class A >
bool boost::_bi::list2< A1, A2 >::operator() ( type< bool >  ,
logical_or ,
A &  a,
int   
)
inline
template<class A1 , class A2 >
template<class A >
bool boost::_bi::list2< A1, A2 >::operator() ( type< bool >  ,
logical_or const &  ,
A &  a,
int   
) const
inline
template<class A1 , class A2 >
bool boost::_bi::list2< A1, A2 >::operator== ( list2< A1, A2 > const &  rhs) const
inline
template<class A1 , class A2 >
A1 boost::_bi::list2< A1, A2 >::operator[] ( boost::arg< 1 >  ) const
inline
template<class A1 , class A2 >
A2 boost::_bi::list2< A1, A2 >::operator[] ( boost::arg< 2 >  ) const
inline
template<class A1 , class A2 >
A1 boost::_bi::list2< A1, A2 >::operator[] ( boost::arg< 1 >  *)() const
inline
template<class A1 , class A2 >
A2 boost::_bi::list2< A1, A2 >::operator[] ( boost::arg< 2 >  *)() const
inline
template<class A1 , class A2 >
template<class T >
T& boost::_bi::list2< A1, A2 >::operator[] ( _bi::value< T > &  v) const
inline
template<class A1 , class A2 >
template<class T >
T const& boost::_bi::list2< A1, A2 >::operator[] ( _bi::value< T > const &  v) const
inline
template<class A1 , class A2 >
template<class T >
T& boost::_bi::list2< A1, A2 >::operator[] ( reference_wrapper< T > const &  v) const
inline
template<class A1 , class A2 >
template<class R , class F , class L >
result_traits<R, F>::type boost::_bi::list2< A1, A2 >::operator[] ( bind_t< R, F, L > &  b) const
inline
template<class A1 , class A2 >
template<class R , class F , class L >
result_traits<R, F>::type boost::_bi::list2< A1, A2 >::operator[] ( bind_t< R, F, L > const &  b) const
inline

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