doxinterface.h
来自「把html转成txt 把html转成txt」· C头文件 代码 · 共 23 行
H
23 行
//---------------------------------------------------------------------------#ifndef DoxInterfaceH#define DoxInterfaceHnamespace DoxEngine{ class Options; class DoxInterface { public: virtual void setOutStream(std::ostream& stream) = 0; virtual void setInStream(std::istream& stream) = 0; virtual void setOptions(Options& options) = 0; virtual void convert(void) = 0; };}//---------------------------------------------------------------------------#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?