mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

Create Visitor Protocol for data structure #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description

Implement a visitor pattern for the data structure. This will define a data
traversing protocol for the commands to use. The traversal code will be in
one location.

Files Affected (new and old)
(modified)
record.h
record.cpp
source_file.h
source_file.cpp

(new)
record_visitor.h
record_visitor.cpp
source_file_visitor.h
source_file_visitor.cpp
visitor_interface.h

Original issue reported on code.google.com by millerlyte87@gmail.com on 30 Jul 2009 at 5:02

GoogleCodeExporter commented 9 years ago

Original comment by millerlyte87@gmail.com on 31 Jul 2009 at 4:26

GoogleCodeExporter commented 9 years ago

Original comment by millerlyte87@gmail.com on 31 Aug 2009 at 7:24