retdec
Classes | Namespaces
num_var_name_gen.h File Reference

A generator of variable names of the form "prefixN", where N is a number. More...

#include <string>
#include "retdec/llvmir2hll/support/smart_ptr.h"
#include "retdec/llvmir2hll/var_name_gen/var_name_gen.h"

Go to the source code of this file.

Classes

class  retdec::llvmir2hll::NumVarNameGen
 A generator of variable names of the form prefixN, where N is a number. More...
 

Namespaces

 retdec
 
 retdec::llvmir2hll
 

Detailed Description

A generator of variable names of the form "prefixN", where N is a number.