Pepper_37_C++_interfaces
|
#include <vector>
#include "ppapi/c/pp_array_output.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/cpp/logging.h"
#include "ppapi/cpp/pass_ref.h"
#include "ppapi/cpp/var.h"
Go to the source code of this file.
Namespaces | |
pp | |
The C++ interface to the Pepper API. | |
Functions | |
template<typename ResourceObjectType > | |
void | pp::ConvertPPResourceArrayToObjects (PassRef, const std::vector< PP_Resource > &input, std::vector< ResourceObjectType > *output) |