|
Pepper_42_C++_interfaces
|
#include <map>#include <string>#include "ppapi/c/pp_instance.h"#include "ppapi/c/pp_resource.h"#include "ppapi/c/pp_stdint.h"#include "ppapi/c/ppb_console.h"#include "ppapi/cpp/instance_handle.h"#include "ppapi/cpp/view.h"
Go to the source code of this file.
Classes | |
| class | pp::Instance |
Namespaces | |
| pp | |
| The C++ interface to the Pepper API. | |
This file defines the C++ wrapper for an instance.
Definition in file instance.h.
1.8.6