Improve Naming & Structure
- Rename the matcher
memberFunction
toaccessor
. - Declaration files should be '.hpp'
- Definition files should be '.cpp'
- Template definiiton files should be '.tpp'
Edited by John Schneiderman
memberFunction
to accessor
.