|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <mathutil.h>
Public Member Functions | |
| Range () | |
| Range (T lo, T hi) | |
| T | length () const |
| bool | intersects (Range< T > other) |
| void | extend (T value) |
| bool | empty () const |
Public Attributes | |
| T | start |
| T | end |
1.8.13