| 1034 | { |
| 1035 | public: |
| 1036 | TMapIterator(MapType &map) |
| 1037 | : Map(map), Position(0) |
| 1038 | { |
| 1039 | } |
| 1040 | |
| 1041 | //======================================================================= |
| 1042 | // |
nothing calls this directly
no outgoing calls
no test coverage detected