Pepper_42_C++_interfaces
|
#include <string>
#include <vector>
#include "ppapi/c/pp_var.h"
#include "ppapi/cpp/pass_ref.h"
#include "ppapi/cpp/resource.h"
Go to the source code of this file.
Classes | |
class | pp::Var |
A generic type used for passing data types between the module and the page. More... | |
struct | pp::Var::Null |
Special value passed to constructor to make NULL . More... | |
struct | pp::Var::DontManage |
class | pp::Var::OutException |
Namespaces | |
pp | |
The C++ interface to the Pepper API. | |
This file defines the API for handling the passing of data types between your module and the page.
Definition in file var.h.