#include <IO.h>
Public Member Functions | |
~Location (void) | |
Location (IO *io=NULL, offset_type offset=0, offset_type length=0) | |
Location (const Location &rhs) | |
Location & | operator= (const Location &rhs) |
void | set (IO *io, offset_type offset, offset_type length) |
Public Attributes | |
IO * | io |
offset_type | offset |
offset_type | length |
OVERRIDE_NEW |
Definition at line 140 of file IO.h.
IO::Location::~Location | ( | void | ) |
IO::Location::Location | ( | IO * | io = NULL , |
|
offset_type | offset = 0 , |
|||
offset_type | length = 0 | |||
) |
IO::Location::Location | ( | const Location & | rhs | ) |
void IO::Location::set | ( | IO * | io, | |
offset_type | offset, | |||
offset_type | length | |||
) |
LizardTech |