🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ReportStyleLoader.hpp
浏览该文件的文档.
1
20
21#pragma once
22
23#include "AstGlobal.h"
24#include "AstReport/ReportStyle.hpp"
25
26AST_NAMESPACE_BEGIN
27
28// 前置声明
29class BKVParser;
30
40AST_LOADER_API errc_t aLoadReportStyle(StringView filepath, ReportStyle& report);
41
46AST_LOADER_API errc_t aLoadReportStyle(BKVParser& parser, ReportStyle& report);
47
50AST_NAMESPACE_END
errc_t aLoadReportStyle(StringView filepath, ReportStyle &report)
从文件路径加载报表样式
定义 ReportStyleLoader.cpp:570