Mercurial > hg > audiodb
annotate accumulators.h @ 491:29d28cfe0222 api-inversion
More removal of audiodb_query()
There's still a certain amount of code duplication between these test
files (for example, almost all of 0011/ and 0012/ are exactly the same),
but it's all improvement.
author | mas01cr |
---|---|
date | Sat, 10 Jan 2009 15:33:02 +0000 |
parents | 166312a124bc |
children |
rev | line source |
---|---|
mas01cr@420 | 1 #ifndef ACCUMULATORS_H |
mas01cr@420 | 2 #define ACCUMULATORS_H |
mas01cr@420 | 3 |
mas01cr@420 | 4 #include <string> |
mas01cr@420 | 5 #include <set> |
mas01cr@420 | 6 #include <queue> |
mas01cr@420 | 7 #include <map> |
mas01cr@420 | 8 #include <functional> |
mas01cr@420 | 9 |
mas01cr@420 | 10 #include "accumulator.h" |
mas01cr@420 | 11 #include "dbaccumulator.h" |
mas01cr@420 | 12 #include "pertrackaccumulator.h" |
mas01cr@420 | 13 #include "nearestaccumulator.h" |
mas01cr@420 | 14 |
mas01cr@420 | 15 #endif |