view accumulators.h @ 628:356d7b319ae8

tightened the inline docs in pyadbmodule.c a first pass at a query implementation in pyadb.py that allows for query parameters to be defined via a class attribute dict, configQuery and an accompanying dict specifying the expected keywords and types. Barely tested, be gentle.
author map01bf
date Wed, 23 Sep 2009 14:38:02 +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