| 4103 | } |
| 4104 | |
| 4105 | void DynamicDataImpl::DataContainer::clear() |
| 4106 | { |
| 4107 | single_map_.clear(); |
| 4108 | complex_map_.clear(); |
| 4109 | sequence_map_.clear(); |
| 4110 | } |
| 4111 | |
| 4112 | // Get largest index among elements of a sequence-like type written to the single map. |
| 4113 | bool DynamicDataImpl::DataContainer::get_largest_single_index(CORBA::ULong& largest_index) const |
no outgoing calls
no test coverage detected