Hunk class, VectorPointerIterator template
commit8f9682743028cd64d7e478c5349173f7e7473ae7
authorDaniel Fiser <danfis@danfis.cz>
Thu, 13 Sep 2007 09:06:02 +0000 (13 11:06 +0200)
committerDaniel Fiser <danfis@danfis.cz>
Thu, 13 Sep 2007 09:06:02 +0000 (13 11:06 +0200)
tree81534f7d5155ffccac7906ae729340b847245136
parent071162c1dc253532261f29f9891b2167d6dda23b
Hunk class, VectorPointerIterator template

Created new class called Hunk with testsuite.
Created new template VectorPointerIterator for iterators over vectors of
pointers to some type. This dereferenced iterator returns copy of
containing type not pointer to type.
Makefile
hunk.cpp [new file with mode: 0644]
hunk.h [new file with mode: 0644]
tests/Makefile
tests/hunk.cpp [new file with mode: 0644]
tests/main.cpp
tests/text.cpp
text.h
utils.h [new file with mode: 0644]