Nugget
Public Member Functions | List of all members
eastl::function< R(Args...)> Class Template Reference
Inheritance diagram for eastl::function< R(Args...)>:
Inheritance graph
[legend]
Collaboration diagram for eastl::function< R(Args...)>:
Collaboration graph
[legend]

Public Member Functions

 function (std::nullptr_t p) EA_NOEXCEPT
 
 function (const function &other)
 
 function (function &&other)
 
template<typename Functor , typename = EASTL_INTERNAL_FUNCTION_VALID_FUNCTION_ARGS(Functor, R, Args..., Base, function)>
 function (Functor functor)
 
functionoperator= (const function &other)
 
functionoperator= (function &&other)
 
functionoperator= (std::nullptr_t p) EA_NOEXCEPT
 
template<typename Functor , typename = EASTL_INTERNAL_FUNCTION_VALID_FUNCTION_ARGS(Functor, R, Args..., Base, function)>
functionoperator= (Functor &&functor)
 
template<typename Functor >
functionoperator= (eastl::reference_wrapper< Functor > f) EA_NOEXCEPT
 
void swap (function &other) EA_NOEXCEPT
 
 operator bool () const EA_NOEXCEPT
 
operator() (Args... args) const
 

The documentation for this class was generated from the following file: