jaulib v1.3.6
Jau Support Library (C++, Java, ..)
|
Classes | |
class | capref_target_t |
func::capref_target_t implementation for functions using a reference to a captured value, identifiable as func::target_type::capref via jau::function<R(A...)>::type(). More... | |
class | capval_target_t |
func::capval_target_t implementation for functions using a copy of a captured value, identifiable as func::target_type::capval via jau::function<R(A...)>::type(). More... | |
class | final_opt |
Delegated target function object, providing a fast path target function invocation. More... | |
class | free_target_t |
func::free_target_t implementation for free functions, identifiable as func::target_type::free via jau::function<R(A...)>::type(). More... | |
class | lambda_target_t |
func::lambda_target_t implementation for lambda closures, identifiable as func::target_type::lambda via jau::function<R(A...)>::type(). More... | |
class | member_target_t |
func::member_target_t implementation for class member functions, identifiable as func::target_type::member via jau::function<R(A...)>::type(). More... | |
class | null_target_t |
func::null_target_t implementation for no function. More... | |
class | std_target_t |
func::std_target_t implementation for std::function instances, identifiable as func::target_type::std via jau::function<R(A...)>::type(). More... | |
class | target_t |
func::target_t pure-virtual interface for jau::function. More... | |