BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstl_function_invokerutil.h File Reference

Go to the source code of this file.

Classes

struct  bslstl::Function_InvokerUtil
 
struct  bslstl::Function_InvokerUtilNullCheck< FUNC >
 
struct  bslstl::Function_InvokerUtilNullCheck< FUNC * >
 Specialization of dispatcher for pointer objects. More...
 
struct  bslstl::Function_InvokerUtilNullCheck< MEMTYPE CLASS::* >
 Specialization of dispatcher for pointer-to-member objects. More...
 
struct  bslstl::Function_InvokerUtil_Dispatch< Function_InvokerUtil::e_FunctionPtr, RET(ARGS...), FUNC >
 Specialization of dispatcher for pointer-to-function objects. More...
 
struct  bslstl::Function_InvokerUtil_Dispatch< Function_InvokerUtil::e_MemFunctionPtr, RET(ARG0, ARGS...), FUNC >
 Specialization of dispatcher for pointer to member function objects. More...
 
struct  bslstl::Function_InvokerUtil_Dispatch< Function_InvokerUtil::e_MemDataPtr, RET(ARG0), MEMBER_TYPE CLASS_TYPE::* >
 Specialization of dispatcher for pointer to data member objects. More...
 
struct  bslstl::Function_InvokerUtil_Dispatch< Function_InvokerUtil::e_InplaceFunctor, RET(ARGS...), FUNC >
 
struct  bslstl::Function_InvokerUtil_Dispatch< Function_InvokerUtil::e_OutofplaceFunctor, RET(ARGS...), FUNC >
 

Macros

#define BSLSTL_FUNCTION_INVOKERUTIL_CAST_RESULT(RET, X)   static_cast<RET>(X)
 

Detailed Description

The content of this file has been pre-processed for Doxygen.