🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
UnitParser.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "AstUtil/StringView.hpp"
// for StringView
25
26
AST_NAMESPACE_BEGIN
27
34
class
Unit;
35
36
41
AST_UTIL_API errc_t
aUnitParse
(StringView str, Unit& unit);
42
43
47
AST_UTIL_API Unit
aUnitParse
(StringView str);
48
49
53
AST_NAMESPACE_END
54
ast::aUnitParse
errc_t aUnitParse(StringView str, Unit &unit)
解析单位字符串
定义
UnitParser.cpp:420
src
AstUtil
Quantity
UnitParser.hpp
制作者
1.12.0