ULRenderer is the abstract parent for classes that render dictionary data into string form.
More...
#include <ulrenderer.h>
ULRenderer is the abstract parent for classes that render dictionary data into string form.
ULRenderer::ULRenderer |
( |
| ) |
|
ULRenderer::ULRenderer |
( |
const ULRenderer & |
other | ) |
|
ULRenderer::~ULRenderer |
( |
| ) |
|
|
virtual |
void ULRenderer::clear |
( |
| ) |
|
|
virtual |
Generates a string representation of the ULDictionaryNode or the tree of ULDictionaryNodes to which the specified iterator points. Each subclass of ULRenderer implements its own render method suitable for whatever context the subclass was written for.
- Returns
- an error code
- Parameters
-
[in] | iterator | An iterator pointing to the data whose rendering is desired. |
[out] | result | The resulting rendered string. |
The documentation for this class was generated from the following files: