Mercurial > hg > audiodb
view accumulators.h @ 599:c6debbac3216
End-to-end functioning SPARQL with audioDB storage module
* AudioDB RDF storage module now works correctly with dimension and vectors
* Apache module now returns a sparql version of the query results.
* (including cleanup close/free calls).
author | mas01mj |
---|---|
date | Thu, 13 Aug 2009 11:20:56 +0000 |
parents | 342822c2d49a |
children |
line wrap: on
line source
#ifndef ACCUMULATORS_H #define ACCUMULATORS_H #include <string> #include <set> #include <queue> #include <map> #include <functional> #include "accumulator.h" #include "dbaccumulator.h" #include "pertrackaccumulator.h" #include "nearestaccumulator.h" #endif