view accumulators.h @ 470:c26c5b7ef0d2 api-inversion

Implement libtests/0037 using audiodb_query_spec() It's a bit wordy; there's also the struct / pointer issue in audiodb_query_spec_t to think through. But it does work.
author mas01cr
date Wed, 31 Dec 2008 16:52:34 +0000
parents 166312a124bc
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