QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Classes | Namespaces
timeseries.hpp File Reference

Container for historical data. More...

#include <ql/time/date.hpp>
#include <ql/utilities/null.hpp>
#include <ql/errors.hpp>
#include <ql/functional.hpp>
#include <boost/iterator/transform_iterator.hpp>
#include <iterator>
#include <algorithm>
#include <map>
#include <vector>
#include <type_traits>

Go to the source code of this file.

Classes

class  TimeSeries< T, Container >
 Container for historical data. More...
 
struct  TimeSeries< T, Container >::reverse< container, iterator_category >
 
struct  TimeSeries< T, Container >::reverse< container, std::bidirectional_iterator_tag >
 

Namespaces

namespace  QuantLib
 

Detailed Description

Container for historical data.

Definition in file timeseries.hpp.