Visits the HGL Suite project tree and decompiles it. More...
#include <decompilevisitor.h>
Inherits HGL::Tools::DecompileVisitorBase.
Public Member Functions | |
| DecompileVisitor (const Source *src, OutputIterator &out) | |
Creates an DecompileVisitor instance. | |
Visits the HGL Suite project tree and decompiles it.
| OutputIterator | the output iterator to copy the decompiled HGL tree to | |
| Source | the class instantiating this DecompileVisitor | |
| Flush | pointer to a member function of Source to flush the output |
| HGL::Tools::DecompileVisitor< OutputIterator, Source, Flush >::DecompileVisitor | ( | const Source * | src, | |
| OutputIterator & | out | |||
| ) | [explicit] |
Creates an DecompileVisitor instance.
| src | pointer to the class instantiating this DecompileVisitor | |
| out | the output iterator to copy the decompiled HGL tree as sequence of char to |
1.6.1