completion_callback_factory.h File Reference

Include dependency graph for completion_callback_factory.h:

Classes

struct  pp::internal::TypeUnwrapper< T >
struct  pp::internal::TypeUnwrapper< T & >
struct  pp::internal::TypeUnwrapper< const T & >
class  pp::CompletionCallbackFactory< T, ThreadTraits >
 CompletionCallbackFactory<T> may be used to create CompletionCallback objects that are bound to member functions. More...
class  pp::CompletionCallbackFactory< T, ThreadTraits >::BackPointer
class  pp::CompletionCallbackFactory< T, ThreadTraits >::CallbackData< Dispatcher >
class  pp::CompletionCallbackFactory< T, ThreadTraits >::Dispatcher0< Method >
class  pp::CompletionCallbackFactory< T, ThreadTraits >::DispatcherWithOutput0< Traits, Output, Method >
class  pp::CompletionCallbackFactory< T, ThreadTraits >::Dispatcher1< Method, A >
class  pp::CompletionCallbackFactory< T, ThreadTraits >::DispatcherWithOutput1< Traits, Output, Method, A >
class  pp::CompletionCallbackFactory< T, ThreadTraits >::Dispatcher2< Method, A, B >
class  pp::CompletionCallbackFactory< T, ThreadTraits >::DispatcherWithOutput2< Traits, Output, Method, A, B >
class  pp::CompletionCallbackFactory< T, ThreadTraits >::Dispatcher3< Method, A, B, C >
class  pp::CompletionCallbackFactory< T, ThreadTraits >::DispatcherWithOutput3< Traits, Output, Method, A, B, C >

Namespaces

namespace  pp
namespace  pp::internal

Detailed Description

This file defines the API to create CompletionCallback objects that are bound to member functions.