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

📄 nlsimplelayout.h

📁 一些unix下的c/c++的util包
💻 H
字号:
/**
 * 普通布局器
 * @file NLSimpleLayout.h
 * @date 2006年11月9日
 * @author 周志武
 * @version 1.0.0: 初始版本
 **/

#ifndef _NLSIMPLELAYOUT_H_
#define _NLSIMPLELAYOUT_H_
#include <nlkit/NLLayout.h>
namespace nlkit
{
class NLSimpleLayout : public NLLayout
{
	/**
	Implement this method to create your own layout format.
	*/
	virtual void format(std::ostream& output, const NLEvent& event) const;
};
}
#endif //_NLSIMPLELAYOUT_H_

⌨️ 快捷键说明

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