![]() |
PandA-2024.02
|
This file collects some utility functions. More...
#include "custom_set.hpp"#include "panda_types.hpp"#include "refcount.hpp"#include <cstddef>#include <list>#include <string>#include <tuple>#include <vector>

Go to the source code of this file.
Data Structures | |
| class | TreeNodeMap< value > |
| A map with key tree_nodeRef. More... | |
| class | tree_helper |
| This class collects some utility functions used to extract information from tree-based data structures. More... | |
| class | FunctionExpander |
| used to avoid expansion of c library function or type More... | |
Typedefs | |
| using | FunctionExpanderRef = refcount< FunctionExpander > |
This file collects some utility functions.
Definition in file tree_helper.hpp.
| using FunctionExpanderRef = refcount<FunctionExpander> |
Definition at line 1420 of file tree_helper.hpp.
| CONSTREF_FORWARD_DECL | ( | tree_manager | ) |
| CONSTREF_FORWARD_DECL | ( | tree_node | ) |
| CONSTREF_FORWARD_DECL | ( | var_pp_functor | ) |
| REF_FORWARD_DECL | ( | tree_manager | ) |
| REF_FORWARD_DECL | ( | tree_node | ) |
| REF_FORWARD_DECL | ( | bloc | ) |
1.8.13