readme
来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· 代码 · 共 28 行
TXT
28 行
//=============================================================================
/**
* @file README
*
* README,v 1.5 2003/08/24 12:58:02 jwillemsen Exp
*
* DynAny_Test
*
* @author Jeff Parsons <parsons@cs.wustl.edu>
*/
//=============================================================================
This is a semi-complete run-through of DynAny functionality.
To run a test, type
basic_test -t <dynany|dynarray|dynenum|dynsequence|dynstruct|dynunion> -d
To save on output, several things are tested in one pass. For each
pass, a message is displayed, for example:
"testing: constructor from any/insert/get" or
"testing: constructor from typecode/from_any/to_any"
and finally an error count for the entire test.
Each DynAny is analyzed to make sure its contents is ok. With the option -d
this analys is also dumped to the output
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?