⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 data_id.hpp

📁 unix/linux下拼写检查程序源码
💻 HPP
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -