Used by the lock manager.
Definition at line 57 of file kvl_t.h.
Public Member Functions | |
NORET | kvl_t () |
NORET | kvl_t (stid_t id, const cvec_t &v) |
NORET | kvl_t (stid_t _stid, const cvec_t &v1, const cvec_t &v2) |
NORET | ~kvl_t () |
NORET | kvl_t (const kvl_t &k) |
kvl_t & | operator= (const kvl_t &k) |
kvl_t & | set (stid_t s, const cvec_t &v) |
kvl_t & | set (stid_t s, const cvec_t &v1, const cvec_t &v2) |
bool | operator== (const kvl_t &k) const |
bool | operator!= (const kvl_t &k) const |
Public Attributes | |
stid_t | stid |
w_base_t::uint4_t | h |
w_base_t::uint4_t | g |
Static Public Attributes | |
static const cvec_t | eof |
static const cvec_t | bof |
Friends | |
ostream & | operator<< (ostream &, const kvl_t &k) |
istream & | operator>> (istream &, kvl_t &k) |