boost::_bi::list0 Class Reference
#include <sysc/packages/boost/bind.hpp>
List of all members.
|
Public Member Functions |
| | list0 () |
| template<class T> |
| T & | operator[] (_bi::value< T > &v) const |
| template<class T> |
| T const & | operator[] (_bi::value< T > const &v) const |
| template<class T> |
| T & | operator[] (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> |
| R | operator() (type< R >, F &f, A &, long) |
| template<class R, class F, class A> |
| R | 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 |
Detailed Description
Definition at line 151 of file bind.hpp.
Constructor & Destructor Documentation
| boost::_bi::list0::list0 |
( |
|
) |
[inline] |
Member Function Documentation
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 R, class F, class L>
template<class R, class F, class L>
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] |
template<class V>
| void boost::_bi::list0::accept |
( |
V & |
|
) |
const [inline] |
| bool boost::_bi::list0::operator== |
( |
list0 const & |
|
) |
const [inline] |
The documentation for this class was generated from the following file: