📄 bufpolicy.h
字号:
/* ======================================================================== DEVise Data Visualization Software (c) Copyright 1992-1996 By the DEVise Development Group Madison, Wisconsin All Rights Reserved. ======================================================================== Under no circumstances is this software to be copied, distributed, or altered in any way without prior permission from the DEVise Development Group.*//* $Id: BufPolicy.h,v 1.3 1996/01/15 16:55:08 jussi Exp $ $Log: BufPolicy.h,v $ Revision 1.3 1996/01/15 16:55:08 jussi Added copyright notice and cleaned up the code a bit. Revision 1.2 1995/09/05 21:12:25 jussi Added/update CVS header.*/#ifndef BufPolicy_h#define BufPolicy_hclass BufPolicy {public: enum policy { FIFO, RND, LIFO, LRU, FOCAL };};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -