|
libmoost
|

Public Member Functions | |
| void | operator() (kvds_type &kvds) |
Private Types | |
| typedef IKvds | kvds_type |
Private Member Functions | |
| void | test_get_noexist (kvds_type &kvds) |
| void | test_siz (kvds_type &kvds, size_t const cnt, bool const bExists=true) |
| void | test_add_cnt_get (kvds_type &kvds) |
| void | test_put_cnt_get (kvds_type &kvds, bool bCheckCnt=true) |
| void | test_add_all (kvds_type &kvds) |
| void | test_beg_nxt_end (kvds_type &kvds) |
| void | test_get_all (kvds_type &kvds) |
| void | test_xst_del (kvds_type &kvds) |
| void | test_nil (kvds_type &kvds, bool const nil=true) |
| void | test_clr_nil (kvds_type &kvds) |
| void | test_put_add_get (kvds_type &kvds) |
Static Private Attributes | |
| static uint32_t const | val0_mask = 0xF1E2D3C4 |
| static uint32_t const | val1_mask = 0x12345678 |
typedef IKvds IKvdsTester::kvds_type [private] |
| void IKvdsTester::test_add_all | ( | kvds_type & | kvds | ) | [inline, private] |
| void IKvdsTester::test_add_cnt_get | ( | kvds_type & | kvds | ) | [inline, private] |
| void IKvdsTester::test_beg_nxt_end | ( | kvds_type & | kvds | ) | [inline, private] |
| void IKvdsTester::test_clr_nil | ( | kvds_type & | kvds | ) | [inline, private] |
| void IKvdsTester::test_get_all | ( | kvds_type & | kvds | ) | [inline, private] |
| void IKvdsTester::test_get_noexist | ( | kvds_type & | kvds | ) | [inline, private] |
| void IKvdsTester::test_nil | ( | kvds_type & | kvds, |
| bool const | nil = true |
||
| ) | [inline, private] |
| void IKvdsTester::test_put_add_get | ( | kvds_type & | kvds | ) | [inline, private] |
| void IKvdsTester::test_put_cnt_get | ( | kvds_type & | kvds, |
| bool | bCheckCnt = true |
||
| ) | [inline, private] |
| void IKvdsTester::test_siz | ( | kvds_type & | kvds, |
| size_t const | cnt, | ||
| bool const | bExists = true |
||
| ) | [inline, private] |
| void IKvdsTester::test_xst_del | ( | kvds_type & | kvds | ) | [inline, private] |
uint32_t const IKvdsTester::val0_mask = 0xF1E2D3C4 [static, private] |
uint32_t const IKvdsTester::val1_mask = 0x12345678 [static, private] |