data_id.hpp
来自「unix/linux下拼写检查程序源码」· HPP 代码 · 共 27 行
HPP
27 行
#ifndef ASPELLER_DATA_ID__HPP#define ASPELLER_DATA_ID__HPP#include "settings.h"#include "copy_ptr-t.hpp"#include <sys/stat.h>namespace aspeller { class DataSet::Id { public: // but don't use const DataSet * ptr; const char * file_name;#ifdef USE_FILE_INO ino_t ino; dev_t dev;#endif public: Id(DataSet * p, const FileName & fn = FileName()); };}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?