webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::SizesCalcValue Struct Reference

#include <SizesCalcParser.h>

Public Member Functions

 SizesCalcValue ()
 
 SizesCalcValue (double numericValue, bool length)
 

Public Attributes

double value
 
bool isLength
 
UChar operation
 

Constructor & Destructor Documentation

◆ SizesCalcValue() [1/2]

WebCore::SizesCalcValue::SizesCalcValue ( )
inline

◆ SizesCalcValue() [2/2]

WebCore::SizesCalcValue::SizesCalcValue ( double  numericValue,
bool  length 
)
inline

Member Data Documentation

◆ isLength

bool WebCore::SizesCalcValue::isLength

◆ operation

UChar WebCore::SizesCalcValue::operation

◆ value

double WebCore::SizesCalcValue::value

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