Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Classes | |
class | marshaled_exception |
Namespaces | |
namespace | adobe |
namespace | adobe::version_1 |
Typedefs | |
typedef void_ * | null_ptr_t |
Functions | |
const char * | current_exception_what () |
template<typename F> | |
bool | operator== (const function< F > &x, null_ptr_t) |
template<typename F> | |
bool | operator== (null_ptr_t, const function< F > &x) |
template<typename F> | |
bool | operator!= (const function< F > &x, null_ptr_t) |
template<typename F> | |
bool | operator!= (null_ptr_t, const function< F > &x) |
Variables | |
template<typename T> | |
const function< R()>::vtable_type | function< R()>::model< T >::vtable_s |