view accumulators.h @ 507:e7fd50483311

Free bits of the datum constructed in audioDB::query. We're not quite safe: error calls between allocation of some of these bits and pieces and their use will cause failure... but not freeing things here is definitely wrong.
author mas01cr
date Tue, 13 Jan 2009 21:37:10 +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