| 548 | } |
| 549 | |
| 550 | bool Module::removeStructure ( const StructurePtr & st ) { |
| 551 | return structures.remove(st->name); |
| 552 | } |
| 553 | |
| 554 | bool Module::addStructure ( const StructurePtr & st, bool canFail ) { |
| 555 | if ( structures.insert(st->name, st) ) { |
no test coverage detected