Function sdv::core::ResolveText#

Function Documentation#

inline std::string sdv::core::ResolveText(const std::string &rssText, bool bRecursive = true, bool bNoExcept = true)#

Resolves embedded object parameter variables formatted as $(object:param) within a text string.

Parameters:
  • rssText[in] The source text containing potential variables and backslash escapes.

  • bRecursive[in] If true, continues resolving until no more unescaped variables remain.

  • bNoExcept[in] If true, returns an empty string for errors; if false, throws std::runtime_error.

Returns:

The fully resolved text string.