Changeset 59 for sources/src/sc_module.cc
- Timestamp:
- Feb 6, 2017, 11:35:42 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/sc_module.cc
r52 r59 67 67 instances_list_t temp_list; 68 68 method_process_list_t method_process_list; 69 std::vector<const char *> allocated_names; 69 70 module_name_stack_t module_name_stack; 70 71 modules_stack_t modules_stack; … … 73 74 void declare_method_process(const char * name, SC_ENTRY_FUNC func, sc_module & module) { 74 75 method = create_method_process(name, func, module); 75 method_process_list.push_back(method); 76 method_process_list.push_back(method); 76 77 } 77 78
Note: See TracChangeset
for help on using the changeset viewer.