![]() |
My Project
|
Public Member Functions | |
TxList () | |
virtual | ~TxList () |
int | put (size_t index, string &value) |
int | get (size_t index, string &value) |
long | size () |
![]() | |
Transactional () | |
void | set_region (Region *region_init) |
virtual | ~Transactional () |
![]() | |
SharedObject () | |
virtual | ~SharedObject () |
void | set_type (int type_init) |
int | get_type () |
void | set_name (std::string &name_init) |
void | set_name (const char *s) |
std::string & | get_name () |
void | incref (int by=1) |
long | decref () |
long | getref () |
virtual BOOLEAN | op2 (int op, leftv res, leftv a1, leftv a2) |
virtual BOOLEAN | op3 (int op, leftv res, leftv a1, leftv a2, leftv a3) |
Private Attributes | |
vector< string > | entries |
Additional Inherited Members | |
![]() | |
int | tx_begin () |
void | tx_end () |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |