![]() |
My Project
|
Public Member Functions | |
| TxList () | |
| virtual | ~TxList () |
| int | put (size_t index, string &value) |
| int | get (size_t index, string &value) |
| long | size () |
Public Member Functions inherited from LibThread::Transactional | |
| Transactional () | |
| void | set_region (Region *region_init) |
| virtual | ~Transactional () |
Public Member Functions inherited from LibThread::SharedObject | |
| 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 | |
Protected Member Functions inherited from LibThread::Transactional | |
| int | tx_begin () |
| void | tx_end () |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |