geostat/common.h

8 wiersze
242 B
C
Czysty Zwykły widok Historia

#pragma once
#include "cache.h"
void show_histogram(const Caches& cc, std::string Cache::*ptr, std::string caption, bool html = 0, bool sort_by_val = 1);
int find_streak(const std::multimap<std::time_t, const Cache*>& cc, std::tm& start);