| MiniOB 1
    MiniOB is one mini database, helping developers to learn how database works. | 
页帧标识符 更多...
#include <frame.h>
| Public 成员函数 | |
| FrameId (int file_desc, PageNum page_num) | |
| bool | equal_to (const FrameId &other) const | 
| bool | operator== (const FrameId &other) const | 
| size_t | hash () const | 
| int | file_desc () const | 
| PageNum | page_num () const | 
| Private 属性 | |
| int | file_desc_ | 
| PageNum | page_num_ | 
| 友元 | |
| std::string | to_string (const FrameId &frame_id) | 
页帧标识符