#include <mem_fn.hpp>
Public Types | |
typedef const T * | argument_type |
typedef const R & | result_type |
Public Member Functions | |
dm (F f) | |
bool | operator!= (dm const &rhs) const |
R & | operator() (T &t) const |
R & | operator() (T *p) const |
const R & | operator() (T const &t) const |
const R & | operator() (T const *p) const |
template<class U > | |
const R & | operator() (U const &u) const |
bool | operator== (dm const &rhs) const |
Private Types | |
typedef RT::* | F |
Private Member Functions | |
template<class U > | |
const R & | call (U &u, T const *) const |
template<class U > | |
const R & | call (U &u, void const *) const |
Private Attributes | |
F | f_ |
Definition at line 314 of file bind/mem_fn.hpp.
typedef const T* boost::_mfi::dm< R, T >::argument_type |
Definition at line 319 of file bind/mem_fn.hpp.
|
private |
Definition at line 323 of file bind/mem_fn.hpp.
typedef const R& boost::_mfi::dm< R, T >::result_type |
Definition at line 318 of file bind/mem_fn.hpp.
|
inlineexplicit |
Definition at line 338 of file bind/mem_fn.hpp.
|
inlineprivate |
Definition at line 326 of file bind/mem_fn.hpp.
|
inlineprivate |
Definition at line 331 of file bind/mem_fn.hpp.
|
inline |
Definition at line 374 of file bind/mem_fn.hpp.
|
inline |
Definition at line 357 of file bind/mem_fn.hpp.
|
inline |
Definition at line 340 of file bind/mem_fn.hpp.
|
inline |
Definition at line 362 of file bind/mem_fn.hpp.
|
inline |
Definition at line 345 of file bind/mem_fn.hpp.
|
inline |
Definition at line 350 of file bind/mem_fn.hpp.
|
inline |
Definition at line 369 of file bind/mem_fn.hpp.
|
private |
Definition at line 324 of file bind/mem_fn.hpp.