#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 |
| storage::Region::Region | ( | ) | [inline] |
| storage::Region::Region | ( | unsigned long | start, | |
| unsigned long | len | |||
| ) | [inline] |
| storage::Region::Region | ( | const Region & | x | ) | [inline] |
| bool storage::Region::doIntersect | ( | const Region & | r | ) | const [inline] |
| bool storage::Region::inside | ( | const Region & | r | ) | const [inline] |
| bool storage::Region::operator== | ( | const Region & | r | ) | const [inline] |
| bool storage::Region::operator!= | ( | const Region & | r | ) | const [inline] |
| bool storage::Region::operator< | ( | const Region & | r | ) | const [inline] |
| bool storage::Region::operator> | ( | const Region & | r | ) | const [inline] |
| unsigned long storage::Region::start | ( | ) | const [inline] |
| unsigned long storage::Region::end | ( | ) | const [inline] |
| unsigned long storage::Region::len | ( | ) | const [inline] |
unsigned long storage::Region::s [protected] |
unsigned long storage::Region::l [protected] |
1.5.0