Swarm-NG  1.1
bdb_query.hpp
1 #include "query.hpp"
2 
3 namespace swarm { namespace query {
4 
5  void execute_bdb_query(const std::string &dbfile, time_range_t T, sys_range_t sys, body_range_t bod = body_range_t() );
6 
7 } } // namespace swarm query