webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
_NPVariant Struct Reference

#include <npruntime.h>

Public Attributes

NPVariantType type
 
union {
   bool   boolValue
 
   int32_t   intValue
 
   double   doubleValue
 
   NPString   stringValue
 
   NPObject *   objectValue
 
value
 
union {
   bool   boolValue
 
   int32_t   intValue
 
   double   doubleValue
 
   NPString   stringValue
 
   NPObject *   objectValue
 
value
 

Member Data Documentation

◆ boolValue

bool _NPVariant::boolValue

◆ doubleValue

double _NPVariant::doubleValue

◆ intValue

int32_t _NPVariant::intValue

◆ objectValue

NPObject* _NPVariant::objectValue

◆ stringValue

NPString _NPVariant::stringValue

◆ type

NPVariantType _NPVariant::type

◆ value [1/2]

union { ... } _NPVariant::value

◆ value [2/2]

union { ... } _NPVariant::value

The documentation for this struct was generated from the following file: