| MiniOB 1
    MiniOB is one mini database, helping developers to learn how database works. | 
用于遍历BufferPool中的所有页面 更多...
#include <disk_buffer_pool.h>
| Public 成员函数 | |
| RC | init (DiskBufferPool &bp, PageNum start_page=0) | 
| bool | has_next () | 
| PageNum | next () | 
| RC | reset () | 
| Private 属性 | |
| common::Bitmap | bitmap_ | 
| PageNum | current_page_num_ = -1 | 
用于遍历BufferPool中的所有页面