• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Service生成工具
2
3## 版本规划
4
52023.08.30提供1.1版本 基本完善工具C++支持能力,具体特性见表1。
6
7**表 1**  2023.08.30待支持特性
8
9<a name="table143385853320"></a>
10
11<table><thead align="left"><tr id="row53375863312"><th class="cellrowborder" valign="top" width="15%" id="mcps1.2.3.1.1"><p id="p20331858193317"><a name="p20331858193317"></a><a name="p20331858193317"></a>类别</p>
12</th>
13<th class="cellrowborder" valign="top" width="55%" id="mcps1.2.3.1.2"><p id="p1133115820331"><a name="p1133115820331"></a><a name="p1133115820331"></a>待开发特性</p>
14</th>
15<th class="cellrowborder" valign="top" width="30%" id="mcps1.2.3.1.3"><p id="p1133115820332"><a name="p1133115820332"></a><a name="p1133115820332"></a>入口平台</p>
16</th>
17</tr>
18</thead>
19<tbody><tr id="row333115812331"><td class="cellrowborder" valign="top" width="15%" headers="mcps1.2.3.1.1 "><p id="p2142111345714"><a name="p2142111345714"></a><a name="p2142111345714"></a>变量/返回值</p>
20</td>
21<td class="cellrowborder" valign="top" width="55%" headers="mcps1.2.3.1.2 "><a name="ul9264132010"></a><a name="ul9264132010"></a><ul id="ul9264132010"><li>支持C++语言中enum复合类型变量/函数入参自动生成为对应service架构的变量/函数 </li><li>支持C++语言中std::map生成为对应service架构的std::map<></li><li>支持C++语言中std::any生成为对应service架构中的std::any</li></ul>
22</td>
23<td class="cellrowborder" valign="top" width="30%" headers="mcps1.2.3.1.3 "><a name="ul9264132011"></a><a name="ul9264132011"></a><ul id="ul9264132011"><li>可执行文件-Windows/Ubuntu/Mac</li><li>IntelliJ插件-Windows</li><li>VSCode插件-Windows/Ubuntu/Mac</li></ul>
24</td>
25</tr>
26</tr>
27</tbody>
28</table>
29
30
31
32
33
34## 相关链接
35
3637
38