YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ysdef.h
浏览该文件的文档.
1 /*
2  © 2009-2013 FrankHB.
3 
4  This file is part of the YSLib project, and may only be used,
5  modified, and distributed under the terms of the YSLib project
6  license, LICENSE.TXT. By continuing to use, modify, or distribute
7  this file you indicate that you have read the license and
8  understand and accept it fully.
9 */
10 
28 #ifndef YSL_INC_Core_ysder_h_
29 #define YSL_INC_Core_ysder_h_ 1
30 
31 #include "YModules.h"
32 
33 //适配器模块。
34 #include YFM_YSLib_Adaptor_YAdaptor
35 
36 //间接访问类模块。
37 #include YFM_YSLib_Adaptor_YReference
38 
39 namespace YSLib
40 {
41 
42 //前向声明。
43 
44 namespace Shells
45 {
46 class Shell;
47 } // namespace Shells;
48 
49 namespace Text
50 {
51 class String;
52 } // namespace Text;
53 
54 class Application;
55 
56 using Shells::Shell;
57 
58 using Text::String;
59 
60 
61 //平台无关的类型定义。
62 //
63 
64 
74 
75 
81 
82 
90 
91 
92 } // namespace YSLib;
93 
94 #endif
95