-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.47..v0.2.48 changeset IdSwap.h
Garret Voltz edited this page Sep 27, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/conflate/IdSwap.h b/hoot-core/src/main/cpp/hoot/core/conflate/IdSwap.h
index 7405fdc..e475817 100644
--- a/hoot-core/src/main/cpp/hoot/core/conflate/IdSwap.h
+++ b/hoot-core/src/main/cpp/hoot/core/conflate/IdSwap.h
@@ -40,6 +40,7 @@ namespace hoot
class IdSwap
{
public:
+
/** Helpful typedefs for container and iterators */
typedef std::map<ElementId, ElementId> container;
typedef typename container::iterator iterator;
@@ -71,6 +72,7 @@ public:
size_t size();
private:
+
/** Containers to hold ID swap information, forward and backward mappings */
container _idMap;
container _idMapReversed;