📄 tests.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -