#include <pinapa-get-initial-values.h>
Classes | |
| class | st_tree_module |
| struct | tree_module_eq |
| struct | tree_module_hash |
Public Member Functions | |
| void | add_value_to_read (tree t, sc_process_b *m) |
| void | do_decoration () |
Static Public Member Functions | |
| static get_initial_values & | get_instance () |
Protected Types | |
| typedef vector < key_assoc_tree_handle > | list_handle |
| typedef st_tree_module * | tree_module |
| typedef hash_set< tree_module, tree_module_hash, tree_module_eq > | list_pair |
Protected Member Functions | |
| get_initial_values () | |
Protected Attributes | |
| list_pair | m_list |
Static Protected Attributes | |
| static get_initial_values | m_instance |
typedef vector<key_assoc_tree_handle> pinapa::get_initial_values::list_handle [protected] |
typedef hash_set<tree_module, tree_module_hash, tree_module_eq> pinapa::get_initial_values::list_pair [protected] |
typedef st_tree_module* pinapa::get_initial_values::tree_module [protected] |
| pinapa::get_initial_values::get_initial_values | ( | ) | [inline, protected] |
| void get_initial_values::add_value_to_read | ( | tree | t, | |
| sc_process_b * | m | |||
| ) |
References pinapa::simcontext::get_module(), m_list, NULL, and PINAPA_ASSERT.
Referenced by pinapa::function_body_visitor::visitComponentRef().
| void get_initial_values::do_decoration | ( | ) |
References pinapa::build_gcc_command(), DCOUT, pinapa::st_deco_first< deco, parent >::get(), m_list, NULL, pinapa::parser_getopt_file_to_parse(), PINAPA_ASSERT, PINAPA_NOT_IMPLEMENTED, pinapa::string_from(), and pinapa::treeFacade::tree_to_c_string().
Referenced by pinapa::finalize().
| static get_initial_values& pinapa::get_initial_values::get_instance | ( | ) | [inline, static] |
References m_instance.
Referenced by pinapa::finalize(), and pinapa::function_body_visitor::visitComponentRef().
get_initial_values get_initial_values::m_instance [static, protected] |
Referenced by get_instance().
list_pair pinapa::get_initial_values::m_list [protected] |
Referenced by add_value_to_read(), and do_decoration().