nlsimplelayout.h

来自「一些unix下的c/c++的util包」· C头文件 代码 · 共 24 行

H
24
字号
/**
 * 普通布局器
 * @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 + =
减小字号Ctrl + -
显示快捷键?