Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
Smart handle to an unary function object. More...
#include <bayeux/mygsl/unary_function_utils.h>
Public Member Functions | |
unary_function_handle () | |
unary_function_handle (const i_unary_function &) | |
unary_function_handle (const const_unary_function_handle_type &) | |
virtual | ~unary_function_handle () |
const i_unary_function & | func () const |
bool | is_null () const |
void | reset (const i_unary_function &) |
void | reset (const const_unary_function_handle_type &) |
void | reset () |
Smart handle to an unary function object.
mygsl::unary_function_handle::unary_function_handle | ( | ) |
mygsl::unary_function_handle::unary_function_handle | ( | const i_unary_function & | ) |
mygsl::unary_function_handle::unary_function_handle | ( | const const_unary_function_handle_type & | ) |
|
virtual |
const i_unary_function& mygsl::unary_function_handle::func | ( | ) | const |
bool mygsl::unary_function_handle::is_null | ( | ) | const |
void mygsl::unary_function_handle::reset | ( | const i_unary_function & | ) |
void mygsl::unary_function_handle::reset | ( | const const_unary_function_handle_type & | ) |
void mygsl::unary_function_handle::reset | ( | ) |