🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
AttributeResolve.hpp
浏览该文件的文档.
1
20
21#pragma once
22
23#include "AstGlobal.h"
24#include "AstUtil/Attribute.hpp"
25
26AST_NAMESPACE_BEGIN
27
34Attribute aResolveAttribute(Object* obj, StringView attrpath);
35Attribute aResolveAttribute(const Attribute& attr, StringView attrpath);
36
39AST_NAMESPACE_END