|
Zero
0.1.0
|
#include "w_defines.h"#include "sm_options.h"#include "sm_base.h"#include "w_heap.h"#include "logarchiver.h"#include "w_okvl.h"#include "xct.h"#include <vector>#include <list>#include <unordered_map>#include <algorithm>#include <limits>#include <fstream>Go to the source code of this file.
Classes | |
| struct | buf_tab_entry_t |
| struct | lock_info_t |
| struct | xct_tab_entry_t |
| class | chkpt_t |
| class | chkpt_m |
Typedefs | |
| typedef unordered_map< PageID, buf_tab_entry_t > | buf_tab_t |
| typedef unordered_map< tid_t, xct_tab_entry_t > | xct_tab_t |
| typedef unordered_map<PageID, buf_tab_entry_t> buf_tab_t |
| typedef unordered_map<tid_t, xct_tab_entry_t> xct_tab_t |
1.8.12