This commit is contained in:
2026-03-22 17:18:19 +07:00
parent 727233624e
commit 40718158ae
2 changed files with 10 additions and 0 deletions

View File

@@ -112,6 +112,9 @@ namespace robot_xmlrpcpp {
//! Check for the existence of a struct member by name.
bool hasMember(const std::string& name) const;
//! If this value is a struct, returns pointer to its members; otherwise nullptr.
const ValueStruct *getStructMembers() const;
//! Decode xml. Destroys any existing value.
bool fromXml(std::string const& valueXml, int* offset);