Pepper_56_C++_interfaces
Pepper_56_C++_interfaces
 All Classes Namespaces Files Functions Typedefs Enumerations Macros Groups
var.h File Reference
#include <stdint.h>
#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.
 

Detailed Description

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