🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::XMLNode 成员列表

成员的完整列表,这些成员属于 ast::XMLNode,包括所有继承而来的类成员

addAttribute(const std::string &name, const GenericValue &value)ast::XMLNode
addChild(HXMLNode &&child)ast::XMLNode
addComment(StringView text)ast::XMLNode
addText(StringView text)ast::XMLNode
clear()ast::XMLNode
clearAttributes()ast::XMLNode
clearChildren()ast::XMLNode
getAttribute(const std::string &name)ast::XMLNode
getAttributes() constast::XMLNodeinline
getChildren() constast::XMLNodeinline
getKind() constast::XMLNodeinline
getName() constast::XMLNodeinline
getText() constast::XMLNodeinline
load(StringView filepath)ast::XMLNode
save(StringView filepath)ast::XMLNode
setName(StringView name)ast::XMLNode
setText(StringView text)ast::XMLNode
XMLNode()=default (定义于 ast::XMLNode)ast::XMLNode
XMLNode(EXMLNodeType kind, StringView nameOrText) (定义于 ast::XMLNode)ast::XMLNode
XMLNode(StringView nameOrText) (定义于 ast::XMLNode)ast::XMLNodeexplicit
~XMLNode() (定义于 ast::XMLNode)ast::XMLNode