Store ID (volume number + store number) + page number.
Definition at line 100 of file sm_s.h.
Public Member Functions | |
lpid_t () | |
lpid_t (const stid_t &s, shpid_t p) | |
lpid_t (vid_t v, snum_t s, shpid_t p) | |
vid_t | vol () const |
snum_t | store () const |
const stid_t & | stid () const |
bool | is_null () const |
bool | operator== (const lpid_t &p) const |
bool | operator!= (const lpid_t &p) const |
bool | operator<= (const lpid_t &p) const |
bool | operator>= (const lpid_t &p) const |
Public Attributes | |
stid_t | _stid |
shpid_t | page |
Static Public Attributes | |
static const lpid_t | bof |
static const lpid_t | eof |
static const lpid_t | null |