| 66 | } |
| 67 | |
| 68 | void |
| 69 | Monitor::MonitorDataStorage::clear() |
| 70 | { |
| 71 | // Empty the maps. |
| 72 | this->guidToTreeMap_.clear(); |
| 73 | this->hostToTreeMap_.clear(); |
| 74 | this->processToTreeMap_.clear(); |
| 75 | this->instanceToTreeMap_.clear(); |
| 76 | this->transportToTreeMap_.clear(); |
| 77 | } |
| 78 | |
| 79 | void |
| 80 | Monitor::MonitorDataStorage::cleanMaps( TreeNode* node) |
no outgoing calls