|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
成员的完整列表,这些成员属于 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() const | ast::XMLNode | inline |
| getChildren() const | ast::XMLNode | inline |
| getKind() const | ast::XMLNode | inline |
| getName() const | ast::XMLNode | inline |
| getText() const | ast::XMLNode | inline |
| 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::XMLNode | explicit |
| ~XMLNode() (定义于 ast::XMLNode) | ast::XMLNode |