ClockWork DB CoreAPI 1.0.48
Abstract Time Series and Storage/Management Library
Loading...
Searching...
No Matches
util.hpp
1#ifndef HAVE_TGG__UTIL_HPP
2#define HAVE_TGG__UTIL_HPP
3
4// This is just a simple header that pulls the critical
5// parts of tgg-util together, and can be precompiled
6// This is really a good idea if you want to save time
7// compiling against this library!
8
9#include <tgg-util/defines.hpp>
10#include <tgg-util/calendar.hpp>
11#include <tgg-util/scalar.hpp>
12#include <tgg-util/time_series.hpp>
13#include <tgg-util/time_scale_converters.hpp>
14#include <tgg-util/exceptions.hpp>
15
16#endif