This class represents a store identifier. A store id is part of record identifiers, and by itself, it identifies files and indexes. It contains a volume identifier, vid_t.
See Identifiers.
create_rec.cpp, lockid_test.cpp, log_exceed.cpp, sort_stream.cpp, and vtable_example.cpp.
Definition at line 79 of file stid_t.h.
Public Member Functions | |
stid_t () | |
stid_t (const stid_t &s) | |
stid_t (vid_t vid, snum_t snum) | |
bool | operator== (const stid_t &s) const |
bool | operator!= (const stid_t &s) const |
operator const void * () const | |
Public Attributes | |
vid_t | vol |
fill2 | filler |
snum_t | store |
Static Public Attributes | |
static const stid_t | null |
Friends | |
ostream & | operator<< (ostream &, const stid_t &s) |
istream & | operator>> (istream &, stid_t &s) |