view accumulators.h @ 571:d25eb017b68e

improvements to runner-rdf example Actually return the buffer full of doubles rather than some randomly-intiialized memory from parse_value_string. Also, free the rdf parser as well as everything else rdf-related. (Now almost valgrind-clean)
author mas01cr
date Fri, 03 Jul 2009 15:27:29 +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