Pepper_31_C++_interfaces
Classes | Namespaces
var.h File Reference
#include <string>
#include <vector>
#include "ppapi/c/pp_var.h"
#include "ppapi/cpp/pass_ref.h"
Include dependency graph for var.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.
 

Detailed Description

This file defines the API for handling the passing of data types between your module and the page.

Definition in file var.h.