|
Pepper_31_C++_interfaces
|
#include "ppapi/c/pp_completion_callback.h"#include "ppapi/c/pp_errors.h"#include "ppapi/cpp/extensions/ext_output_traits.h"#include "ppapi/cpp/logging.h"#include "ppapi/cpp/module.h"#include "ppapi/cpp/output_traits.h"
Go to the source code of this file.
Classes | |
| class | pp::CompletionCallback |
| class | pp::internal::CompletionCallbackWithOutputBase< T, Traits > |
| class | pp::CompletionCallbackWithOutput< T > |
| class | pp::ext::ExtCompletionCallbackWithOutput< T > |
Namespaces | |
| pp | |
| The C++ interface to the Pepper API. | |
| pp::internal | |
| pp::ext | |
Functions | |
| CompletionCallback | pp::BlockUntilComplete () |
This file defines the API to create and run a callback.
Definition in file completion_callback.h.
1.8.6