🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
AstLoader

详细描述

函数

errc_t ast::aLoadReportStyle (StringView filepath, ReportStyle &report)
 
errc_t ast::aLoadReportStyle (BKVParser &parser, ReportStyle &report)
 

函数说明

◆ aLoadReportStyle() [1/2]

AST_LOADER_API errc_t ast::aLoadReportStyle ( BKVParser & parser,
ReportStyle & report )

从已打开的 BKVParser 加载报表样式

参数
parser已定位到 ReportStyle 块内部的 BKVParser
report[out] 报表样式数据
返回
错误码

◆ aLoadReportStyle() [2/2]

AST_LOADER_API errc_t ast::aLoadReportStyle ( StringView filepath,
ReportStyle & report )

从文件路径加载报表样式

从文件加载报表样式

参数
filepath文件路径(.rst 或 .rsg 文件)
report[out] 报表样式数据
返回
错误码