PandA-2024.02
|
Base class functor used by prettyPrintVertex to print variables. More...
#include <var_pp_functor.hpp>
Public Member Functions | |
virtual | ~var_pp_functor ()=default |
Destructor. More... | |
virtual std::string | operator() (unsigned int var) const =0 |
This functor returns a string representing the variable (usually the name of the variable). More... | |
Base class functor used by prettyPrintVertex to print variables.
Definition at line 63 of file var_pp_functor.hpp.
|
virtualdefault |
Destructor.
|
pure virtual |
This functor returns a string representing the variable (usually the name of the variable).
This can be used both in variable declaration and in variable use. The string returned depends on the type of manipulation performed by the backend layer.
var | is the nodeid of the variable that should be analyzed. |
Implemented in isolated_var_pp_functor, address_var_pp_functor, pointer_var_pp_functor, and std_var_pp_functor.
Referenced by isolated_var_pp_functor::isolated_var_pp_functor(), and std_var_pp_functor::std_var_pp_functor().