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

#include <bind.hpp>

Public Member Functions

 list0 ()
 
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 &, long)
 
template<class R , class F , class A >
operator() (type< R >, F const &f, A &, long) const
 
template<class F , class A >
void operator() (type< void >, F &f, A &, int)
 
template<class F , class A >
void operator() (type< void >, F const &f, A &, int) const
 
template<class V >
void accept (V &) const
 
bool operator== (list0 const &) const
 

Constructor & Destructor Documentation

boost::_bi::list0::list0 ( )
inline

Member Function Documentation

template<class V >
void boost::_bi::list0::accept ( V &  ) const
inline
template<class R , class F , class A >
R boost::_bi::list0::operator() ( type< R >  ,
F &  f,
A &  ,
long   
)
inline
template<class R , class F , class A >
R boost::_bi::list0::operator() ( type< R >  ,
F const &  f,
A &  ,
long   
) const
inline
template<class F , class A >
void boost::_bi::list0::operator() ( type< void >  ,
F &  f,
A &  ,
int   
)
inline
template<class F , class A >
void boost::_bi::list0::operator() ( type< void >  ,
F const &  f,
A &  ,
int   
) const
inline
bool boost::_bi::list0::operator== ( list0 const &  ) const
inline
template<class T >
T& boost::_bi::list0::operator[] ( _bi::value< T > &  v) const
inline
template<class T >
T const& boost::_bi::list0::operator[] ( _bi::value< T > const &  v) const
inline
template<class T >
T& boost::_bi::list0::operator[] ( reference_wrapper< T > const &  v) const
inline
template<class R , class F , class L >
result_traits<R, F>::type boost::_bi::list0::operator[] ( bind_t< R, F, L > &  b) const
inline
template<class R , class F , class L >
result_traits<R, F>::type boost::_bi::list0::operator[] ( bind_t< R, F, L > const &  b) const
inline

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