Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
#include <function.hpp>
Public Types | |
typedef R | result_type |
Public Member Functions | |
function () | |
function (null_ptr_t) | |
function (const function &x) | |
template<typename T> | |
function (T x) | |
function & | operator= (function x) |
function & | operator= (null_ptr_t) |
template<typename T> | |
function & | operator= (T x) |
~function () | |
R | operator() () const |
Definition at line 185 of file function.hpp.
typedef R result_type |
Definition at line 187 of file function.hpp.
function | ( | ) |
Definition at line 190 of file function.hpp.
function | ( | null_ptr_t | ) |
Definition at line 191 of file function.hpp.
Definition at line 192 of file function.hpp.
Definition at line 194 of file function.hpp.
~function | ( | ) |
Definition at line 211 of file function.hpp.
Definition at line 196 of file function.hpp.
function & operator= | ( | null_ptr_t | ) |
Definition at line 200 of file function.hpp.
Definition at line 206 of file function.hpp.
R operator() | ( | ) | const |
Definition at line 217 of file function.hpp.