webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Attributes | List of all members
WebCore::XPath::Interval Class Reference

Public Member Functions

 Interval ()
 
 Interval (int value)
 
 Interval (int min, int max)
 
bool contains (int value) const
 

Static Public Attributes

static const int Inf = -1
 

Constructor & Destructor Documentation

◆ Interval() [1/3]

WebCore::XPath::Interval::Interval ( )
inline

◆ Interval() [2/3]

WebCore::XPath::Interval::Interval ( int  value)
inline

◆ Interval() [3/3]

WebCore::XPath::Interval::Interval ( int  min,
int  max 
)
inline

Member Function Documentation

◆ contains()

bool WebCore::XPath::Interval::contains ( int  value) const
inline

Member Data Documentation

◆ Inf

const int WebCore::XPath::Interval::Inf = -1
static

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