Pepper_37_C++_interfaces
|
#include "ppapi/c/pp_file_info.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/ppb_file_ref.h"
#include "ppapi/cpp/resource.h"
#include "ppapi/cpp/var.h"
Go to the source code of this file.
Classes | |
class | pp::CompletionCallbackWithOutput< T > |
class | pp::FileRef |
Namespaces | |
pp | |
The C++ interface to the Pepper API. | |
This file defines the API to create a file reference or "weak pointer" to a file in a file system.
Definition in file file_ref.h.