|
Zero
0.1.0
|
#include <btree_verify.h>
Public Member Functions | |
| verify_volume_result () | |
| ~verify_volume_result () | |
| verification_context * | get_or_create_context (PageID root_pid, int hash_bits) |
| verification_context * | get_context (PageID root_pid) |
Public Attributes | |
| std::map< PageID, verification_context * > | _results |
Contains all results for the volumn-level verification.
| verify_volume_result::verify_volume_result | ( | ) |
| verify_volume_result::~verify_volume_result | ( | ) |
| verification_context * verify_volume_result::get_context | ( | PageID | root_pid | ) |
| verification_context * verify_volume_result::get_or_create_context | ( | PageID | root_pid, |
| int | hash_bits | ||
| ) |
| std::map<PageID, verification_context*> verify_volume_result::_results |
1.8.12