#include <db_table.h>
Definition at line 359 of file db_table.h.
◆ WalkState
| Enumerator |
|---|
| INIT | |
| WALK_REQUESTED | |
| WALK_IN_PROGRESS | |
| WALK_DONE | |
| WALK_STOPPED | |
Definition at line 361 of file db_table.h.
◆ DBTableWalk()
◆ DISALLOW_COPY_AND_ASSIGN()
◆ done()
| bool DBTableWalk::done |
( |
| ) |
const |
|
inline |
◆ in_progress()
| bool DBTableWalk::in_progress |
( |
| ) |
const |
|
inline |
◆ requested()
| bool DBTableWalk::requested |
( |
| ) |
const |
|
inline |
◆ reset_walk_again()
| void DBTableWalk::reset_walk_again |
( |
| ) |
|
|
inlineprivate |
◆ set_in_progress()
| void DBTableWalk::set_in_progress |
( |
| ) |
|
|
inlineprivate |
◆ set_walk_again()
| void DBTableWalk::set_walk_again |
( |
| ) |
|
|
inlineprivate |
◆ set_walk_done()
| void DBTableWalk::set_walk_done |
( |
| ) |
|
|
inlineprivate |
◆ set_walk_requested()
| void DBTableWalk::set_walk_requested |
( |
| ) |
|
|
inlineprivate |
◆ set_walk_stopped()
| void DBTableWalk::set_walk_stopped |
( |
| ) |
|
|
inlineprivate |
◆ stopped()
| bool DBTableWalk::stopped |
( |
| ) |
const |
|
inline |
◆ table()
| DBTable* DBTableWalk::table |
( |
| ) |
const |
|
inline |
◆ walk_again()
| bool DBTableWalk::walk_again |
( |
| ) |
const |
|
inline |
◆ walk_complete()
◆ walk_fn()
◆ walk_is_active()
| bool DBTableWalk::walk_is_active |
( |
| ) |
const |
|
inline |
◆ walk_state()
◆ DBTableWalkMgr
◆ intrusive_ptr_add_ref
◆ intrusive_ptr_release
◆ refcount_
| tbb::atomic<int> DBTableWalk::refcount_ |
|
private |
◆ table_
◆ walk_again_
| tbb::atomic<bool> DBTableWalk::walk_again_ |
|
private |
◆ walk_complete_
◆ walk_fn_
◆ walk_state_
| tbb::atomic<WalkState> DBTableWalk::walk_state_ |
|
private |
The documentation for this class was generated from the following file: