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

Public Member Functions

 IsCheck ()
 Initialize all checks to false by default. More...
 

Public Attributes

bool isObject_
 
bool isArray_
 
bool isBool_
 
bool isString_
 
bool isNull_
 
bool isInt_
 
bool isInt64_
 
bool isUInt_
 
bool isUInt64_
 
bool isIntegral_
 
bool isDouble_
 
bool isNumeric_
 

Constructor & Destructor Documentation

◆ IsCheck()

ValueTest::IsCheck::IsCheck ( )

Initialize all checks to false by default.

Member Data Documentation

◆ isArray_

bool ValueTest::IsCheck::isArray_

◆ isBool_

bool ValueTest::IsCheck::isBool_

◆ isDouble_

bool ValueTest::IsCheck::isDouble_

◆ isInt64_

bool ValueTest::IsCheck::isInt64_

◆ isInt_

bool ValueTest::IsCheck::isInt_

◆ isIntegral_

bool ValueTest::IsCheck::isIntegral_

◆ isNull_

bool ValueTest::IsCheck::isNull_

◆ isNumeric_

bool ValueTest::IsCheck::isNumeric_

◆ isObject_

bool ValueTest::IsCheck::isObject_

◆ isString_

bool ValueTest::IsCheck::isString_

◆ isUInt64_

bool ValueTest::IsCheck::isUInt64_

◆ isUInt_

bool ValueTest::IsCheck::isUInt_

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