Definition at line 744 of file yaml_decoders.cc.
◆ decode()
Definition at line 745 of file yaml_decoders.cc.
746 {
747 if (node["link"]) {
748 if (node["link"].IsMap())
749 rhs.link = node["link"].as();
750 else
751 rhs.link.emplace(".", node["link"].as());
752 }
753
754 if (node["tooltip"]) {
755 if (node["tooltip"].IsMap())
756 rhs.tooltip = node["tooltip"].as();
757 else
758 rhs.tooltip.emplace(".", node["tooltip"].as());
759 }
760
761 return true;
762 }
The documentation for this struct was generated from the following file: