5 #ifndef PPAPI_CPP_VAR_DICTIONARY_H_ 
    6 #define PPAPI_CPP_VAR_DICTIONARY_H_ 
    8 #include "ppapi/c/pp_bool.h" 
   70   bool Set(
const Var& key, 
const Var& value);
 
   93 #endif  // PPAPI_CPP_VAR_DICTIONARY_H_ 
bool HasKey(const Var &key) const 
 
VarDictionary()
Constructs a new dictionary var. 
 
void Delete(const Var &key)
 
bool Set(const Var &key, const Var &value)
 
Var Get(const Var &key) const 
 
A generic type used for passing data types between the module and the page. 
 
VarDictionary & operator=(const VarDictionary &other)
Assignment operator.