YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
NPLA1.h
浏览该文件的文档.
1 /*
2  © 2014 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 NPL_INC_NPLA1_h_
29 #define NPL_INC_NPLA1_h_ 1
30 
31 #include "YModules.h"
32 #include YFM_NPL_NPL
33 #include YFM_YSLib_Core_ValueNode
34 
35 namespace NPL
36 {
37 
39 
40 
44 struct YF_API NPLA : NPL
45 {};
46 
47 
52 struct YF_API NPLA1 : NPLA
53 {};
55 
56 
58 using YSLib::string;
59 
61 using YSLib::ValueNode;
62 
63 
70 
71 
79 template<typename _type>
81 LoadNPLA1(_type&& tree)
82 {
83  return LoadNPLA1(tree);
84 }
86 
87 } // namespace NPL;
88 
89 #endif
90 
NPLA 元标签。
Definition: NPLA1.h:44
YF_API ValueNode LoadNPLA1(ValueNode &&)
读取 NPLA1 翻译单元。
Definition: NPLA1.cpp:86
#define YF_API
Definition: Platform.h:64
NPL 元标签。
Definition: NPL.h:45
GSStringTemplate< char >::basic_string string
Definition: ycont.h:164
值类型节点。
Definition: ValueNode.h:45
YF_API ValueNode TransformNPLA1(const ValueNode &)
转换设置: S 表达式抽象语法树变换为 NPLA1 语义结构。
Definition: NPLA1.cpp:38
NPLA1 元标签。
Definition: NPLA1.h:52