Include dependency graph for var.h:
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 |
This class is used when calling the raw C PPAPI when using the C++ Var as a possible NULL exception. More... |
Namespaces
namespace | pp |
Detailed Description
This file defines the API for handling the passing of data types between your module and the page.