Pepper_56_C++_interfaces
Pepper_56_C++_interfaces
|
#include <vector>
#include "ppapi/c/pp_resource.h"
#include "ppapi/cpp/array_output.h"
#include "ppapi/cpp/resource.h"
Go to the source code of this file.
Namespaces | |
pp | |
The C++ interface to the Pepper API. | |
This file defines internal templates for defining how data is passed to the browser via output parameters and how to convert that data to the corresponding C++ object types.
It is used by the callback system, it should not be necessary for end-users to use these templates directly.