Public Member Functions | Private Types | List of all members
boost::_bi::list3< A1, A2, A3 > Class Template Reference

#include <bind.hpp>

Inheritance diagram for boost::_bi::list3< A1, A2, A3 >:
Inheritance graph
[legend]

Public Member Functions

template<class V >
void accept (V &v) const
 
 list3 (A1 a1, A2 a2, A3 a3)
 
template<class R , class F , class A >
R operator() (type< R >, F &f, A &a, long)
 
template<class R , class F , class A >
R 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
 
bool operator== (list3 const &rhs) const
 
template<class T >
Toperator[] (_bi::value< T > &v) const
 
template<class T >
const Toperator[] (_bi::value< 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
 
A1 operator[] (boost::arg< 1 >(*)()) const
 
A1 operator[] (boost::arg< 1 >) const
 
A2 operator[] (boost::arg< 2 >(*)()) const
 
A2 operator[] (boost::arg< 2 >) const
 
A3 operator[] (boost::arg< 3 >(*)()) const
 
A3 operator[] (boost::arg< 3 >) const
 
template<class T >
Toperator[] (reference_wrapper< T > const &v) const
 

Private Types

typedef storage3< A1, A2, A3base_type
 
- Private Types inherited from boost::_bi::storage3< A1, A2, A3 >
typedef storage2< A1, A2inherited
 
- Private Types inherited from boost::_bi::storage2< A1, A2 >
typedef storage1< A1inherited
 

Additional Inherited Members

- Private Member Functions inherited from boost::_bi::storage3< A1, A2, A3 >
template<class V >
void accept (V &v) const
 
 storage3 (A1 a1, A2 a2, A3 a3)
 
- Private Member Functions inherited from boost::_bi::storage2< A1, A2 >
template<class V >
void accept (V &v) const
 
 storage2 (A1 a1, A2 a2)
 
- Private Member Functions inherited from boost::_bi::storage1< A1 >
template<class V >
void accept (V &v) const
 
 storage1 (A1 a1)
 
- Private Attributes inherited from boost::_bi::storage3< A1, A2, A3 >
A3 a3_
 
- Private Attributes inherited from boost::_bi::storage2< A1, A2 >
A2 a2_
 
- Private Attributes inherited from boost::_bi::storage1< A1 >
A1 a1_
 

Detailed Description

template<class A1, class A2, class A3>
class boost::_bi::list3< A1, A2, A3 >

Definition at line 358 of file bind/bind.hpp.

Member Typedef Documentation

◆ base_type

template<class A1 , class A2 , class A3 >
typedef storage3< A1, A2, A3 > boost::_bi::list3< A1, A2, A3 >::base_type
private

Definition at line 362 of file bind/bind.hpp.

Constructor & Destructor Documentation

◆ list3()

template<class A1 , class A2 , class A3 >
boost::_bi::list3< A1, A2, A3 >::list3 ( A1  a1,
A2  a2,
A3  a3 
)
inline

Definition at line 366 of file bind/bind.hpp.

Member Function Documentation

◆ accept()

template<class A1 , class A2 , class A3 >
template<class V >
void boost::_bi::list3< A1, A2, A3 >::accept ( V &  v) const
inline

Definition at line 406 of file bind/bind.hpp.

◆ operator()() [1/4]

template<class A1 , class A2 , class A3 >
template<class R , class F , class A >
R boost::_bi::list3< A1, A2, A3 >::operator() ( type< R ,
F &  f,
A &  a,
long   
)
inline

Definition at line 386 of file bind/bind.hpp.

◆ operator()() [2/4]

template<class A1 , class A2 , class A3 >
template<class R , class F , class A >
R boost::_bi::list3< A1, A2, A3 >::operator() ( type< R ,
F const &  f,
A &  a,
long   
) const
inline

Definition at line 391 of file bind/bind.hpp.

◆ operator()() [3/4]

template<class A1 , class A2 , class A3 >
template<class F , class A >
void boost::_bi::list3< A1, A2, A3 >::operator() ( type< void >  ,
F &  f,
A &  a,
int   
)
inline

Definition at line 396 of file bind/bind.hpp.

◆ operator()() [4/4]

template<class A1 , class A2 , class A3 >
template<class F , class A >
void boost::_bi::list3< A1, A2, A3 >::operator() ( type< void >  ,
F const &  f,
A &  a,
int   
) const
inline

Definition at line 401 of file bind/bind.hpp.

◆ operator==()

template<class A1 , class A2 , class A3 >
bool boost::_bi::list3< A1, A2, A3 >::operator== ( list3< A1, A2, A3 > const &  rhs) const
inline

Definition at line 411 of file bind/bind.hpp.

◆ operator[]() [1/11]

template<class A1 , class A2 , class A3 >
template<class T >
T& boost::_bi::list3< A1, A2, A3 >::operator[] ( _bi::value< T > &  v) const
inline

Definition at line 376 of file bind/bind.hpp.

◆ operator[]() [2/11]

template<class A1 , class A2 , class A3 >
template<class T >
const T& boost::_bi::list3< A1, A2, A3 >::operator[] ( _bi::value< T > const &  v) const
inline

Definition at line 378 of file bind/bind.hpp.

◆ operator[]() [3/11]

template<class A1 , class A2 , class A3 >
template<class R , class F , class L >
result_traits<R, F>::type boost::_bi::list3< A1, A2, A3 >::operator[] ( bind_t< R, F, L > &  b) const
inline

Definition at line 382 of file bind/bind.hpp.

◆ operator[]() [4/11]

template<class A1 , class A2 , class A3 >
template<class R , class F , class L >
result_traits<R, F>::type boost::_bi::list3< A1, A2, A3 >::operator[] ( bind_t< R, F, L > const &  b) const
inline

Definition at line 384 of file bind/bind.hpp.

◆ operator[]() [5/11]

template<class A1 , class A2 , class A3 >
A1 boost::_bi::list3< A1, A2, A3 >::operator[] ( boost::arg< 1 >  *)() const
inline

Definition at line 372 of file bind/bind.hpp.

◆ operator[]() [6/11]

template<class A1 , class A2 , class A3 >
A1 boost::_bi::list3< A1, A2, A3 >::operator[] ( boost::arg< 1 >  ) const
inline

Definition at line 368 of file bind/bind.hpp.

◆ operator[]() [7/11]

template<class A1 , class A2 , class A3 >
A2 boost::_bi::list3< A1, A2, A3 >::operator[] ( boost::arg< 2 >  *)() const
inline

Definition at line 373 of file bind/bind.hpp.

◆ operator[]() [8/11]

template<class A1 , class A2 , class A3 >
A2 boost::_bi::list3< A1, A2, A3 >::operator[] ( boost::arg< 2 >  ) const
inline

Definition at line 369 of file bind/bind.hpp.

◆ operator[]() [9/11]

template<class A1 , class A2 , class A3 >
A3 boost::_bi::list3< A1, A2, A3 >::operator[] ( boost::arg< 3 >  *)() const
inline

Definition at line 374 of file bind/bind.hpp.

◆ operator[]() [10/11]

template<class A1 , class A2 , class A3 >
A3 boost::_bi::list3< A1, A2, A3 >::operator[] ( boost::arg< 3 >  ) const
inline

Definition at line 370 of file bind/bind.hpp.

◆ operator[]() [11/11]

template<class A1 , class A2 , class A3 >
template<class T >
T& boost::_bi::list3< A1, A2, A3 >::operator[] ( reference_wrapper< T > const &  v) const
inline

Definition at line 380 of file bind/bind.hpp.


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


sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:56:23