Convert the descriptor back to a string, undoing parsing.

Synopsis

Declared in <script/descriptor.h>

virtual
std::string
ToString(bool compat_format = false) const = 0;

Return Value

The descriptor string.

Parameters

Name

Description

compat_format [in]

Whether to emit the backwards‐compatible string form.

Created with MrDocs