| 11 | #include "GGroup/GGroupInclude.h" |
| 12 | |
| 13 | CGRAPH_NAMESPACE_BEGIN |
| 14 | |
| 15 | CVoid GElementRepository::insert(GElementPtr ptr) { |
| 16 | CGRAPH_ASSERT_NOT_NULL_THROW_ERROR(ptr) |
| 17 | elements_.insert(ptr); |
| 18 | } |
| 19 | |
| 20 | |
| 21 | CBool GElementRepository::find(GElementPtr ptr) const { |
no outgoing calls