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

📄 docsumminfo.h

📁 xls文件格式分析基础库
💻 H
字号:
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright (C) Yeico S. A. de C. V. *   * $Source: /cvsroot/xlslib/xlslib/src/xlslib/docsumminfo.h,v $ * $Revision: 1.1.1.1 $ * $Author: darioglz $ * $Date: 2004/08/27 16:31:54 $ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * File description: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */#ifndef DOCSUMMARYINFO_H#define DOCSUMMARYINFO_H #include <config.h>#include "common.h"#include "datast.h"namespace xlslib_core{  /*********************************CDocSummaryInfo class declaration*********************************/  class CDocSummaryInfo: public CDataStorage    {    private:      static const  unsigned8_t doc_summ_info_data[];    protected:    public:      CDocSummaryInfo();      ~CDocSummaryInfo();      CUnit* DumpData();    };}#endif //DOCSUMMARYINFO_H/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * $Log: docsumminfo.h,v $ * Revision 1.1.1.1  2004/08/27 16:31:54  darioglz * Initial Import. * * Revision 1.6  2004/04/06 22:35:43  dgonzalez * + Added namespace xlslib_core to isolate the core xlslib library names. * * Revision 1.5  2004/01/29 03:18:55  dgonzalez * + Using the config.h file * * Revision 1.4  2003/12/05 00:30:06  dgonzalez * + Common include files were placed in common.h (and this file was *     included instead. * * Revision 1.3  2003/11/26 16:49:26  dgonzalez * + Indented and untabified * * Revision 1.2  2003/10/24 23:24:32  dgonzalez * + Added CVS-Keyword substitution. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -