#include <mcllib/MCByteRegion.h>
Public Member Functions | |
| mcuint64 | getEnd () const |
| Get the end, i.e. | |
| mcuint64 | getSize () const |
| Get the size specified at construction time. | |
| mcuint64 | getStart () const |
| Get the start specified at construction time. | |
| MCByteRegion (mcuint64 start=0, mcuint64 size=0) | |
| Construct a byte region. | |
Static Public Attributes | |
| const mcuint64 | MCBR_END |
Used in memory mapping, file locking, etc.
|
|
Get the end, i.e. start + size |
1.3.9.1