Mercurial > hg > audiodb
view accumulators.h @ 473:b2fd8113d8bc api-inversion
const declarations for some API arguments.
This should make it slightly clearer whose responsibility (the user's)
it is to manage the memory pointed to by the corresponding arguments.
Suggested by Chris Cannam.
author | mas01cr |
---|---|
date | Tue, 06 Jan 2009 16:27:01 +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