![]() |
RMVL
2.6.0-dev
Robotic Manipulation and Vision Library
|
YAML 解析或加载结果 更多...
#include <rmvl/core/yaml.hpp>
Public 成员函数 | |
| operator bool () const noexcept | |
| const Node * | operator-> () const noexcept |
| Node * | operator-> () noexcept |
| const Node & | operator* () const noexcept |
| Node & | operator* () noexcept |
Public 属性 | |
| Node | root {} |
| 成功时的根节点 | |
| Error | error {} |
| 失败时的错误 | |
YAML 解析或加载结果
|
inlineexplicitnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| Error rm::yaml::Result::error {} |
失败时的错误
| Node rm::yaml::Result::root {} |
成功时的根节点