tests.h

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· C头文件 代码 · 共 59 行

H
59
字号
// tests.h,v 1.28 2000/05/03 23:25:34 coryan Exp

// ============================================================================
//
// = LIBRARY
//    TAO/tests/Param_Test
//
// = FILENAME
//    tests.h
//
// = DESCRIPTION
//    All the test objects header files included here
//
// = AUTHORS
//      Aniruddha Gokhale
//
// ============================================================================

#ifndef TESTS_H
#define TESTS_H

#include "any.h"
#include "bd_long_seq.h"
#include "bd_short_seq.h"
#include "bd_str_seq.h"
#include "bd_wstr_seq.h"
#include "bd_string.h"
#include "bd_wstring.h"
#include "bd_struct_seq.h"
#include "bd_array_seq.h"
#include "fixed_array.h"
#include "fixed_struct.h"
#include "nested_struct.h"
#include "recursive_struct.h"
#include "objref_struct.h"
#include "objref.h"
#include "short.h"
#include "ulonglong.h"
#include "typecode.h"
#include "ub_any_seq.h"
#include "ub_long_seq.h"
#include "ub_objref_seq.h"
#include "ub_short_seq.h"
#include "ub_str_seq.h"
#include "ub_wstr_seq.h"
#include "ub_string.h"
#include "ub_wstring.h"
#include "ub_struct_seq.h"
#include "ub_array_seq.h"
#include "var_array.h"
#include "var_struct.h"
#include "except.h"
#include "big_union.h"
#include "small_union.h"
#include "recursive_union.h"
#include "complex_any.h"
#include "multdim_array.h"
#endif /* if !defined */

⌨️ 快捷键说明

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