PandA-2024.02
|
Go to the source code of this file.
Data Structures | |
struct | var_pp_functor |
Base class functor used by prettyPrintVertex to print variables. More... | |
struct | std_var_pp_functor |
Standard functor that returns the name of a variable. More... | |
struct | pointer_var_pp_functor |
Pointer version functor that returns the name of a variable with a star in front. More... | |
struct | address_var_pp_functor |
Address version functor that returns the name of a variable with "&" in front. More... | |
struct | isolated_var_pp_functor |
Typedefs | |
using | var_pp_functorRef = refcount< var_pp_functor > |
using | var_pp_functorConstRef = refcount< const var_pp_functor > |
Functions | |
Forward declarations. | |
REF_FORWARD_DECL (Parameter) | |
CONSTREF_FORWARD_DECL (BehavioralHelper) | |
REF_FORWARD_DECL (var_pp_functor) | |
Definition in file var_pp_functor.hpp.
using var_pp_functorConstRef = refcount<const var_pp_functor> |
Definition at line 77 of file var_pp_functor.hpp.
using var_pp_functorRef = refcount<var_pp_functor> |
Definition at line 76 of file var_pp_functor.hpp.
CONSTREF_FORWARD_DECL | ( | BehavioralHelper | ) |
REF_FORWARD_DECL | ( | Parameter | ) |
REF_FORWARD_DECL | ( | var_pp_functor | ) |