#include <Region.h>
Public Member Functions | |
| Region () | |
| Region (unsigned long start, unsigned long len) | |
| Region (const Region &x) | |
| Region & | operator= (const Region &r) |
| bool | doIntersect (const Region &r) const |
| Region | intersect (const Region &r) const |
| bool | inside (const Region &r) const |
| bool | operator== (const Region &r) const |
| bool | operator!= (const Region &r) const |
| bool | operator< (const Region &r) const |
| bool | operator> (const Region &r) const |
| unsigned long | start () const |
| unsigned long | end () const |
| unsigned long | len () const |
Protected Attributes | |
| unsigned long | s |
| unsigned long | l |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6