![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/util/Concepts.hpp>#include <toolbox/sys/Time.hpp>#include <boost/container/small_vector.hpp>

Go to the source code of this file.
Classes | |
| class | toolbox::net::RateLimit |
| class | toolbox::net::RateWindow |
| RateWindow maintains a sliding window of second time buckets for the specified interval. More... | |
Namespaces | |
| namespace | toolbox |
| namespace | toolbox::net |
| namespace | toolbox::util |
Functions | |
| RateLimit | toolbox::net::parse_rate_limit (const string &s) |
| istream & | toolbox::net::operator>> (istream &is, RateLimit &rl) |
| template<typename StreamT > requires Streamable<StreamT> | |
| StreamT & | toolbox::net::operator<< (StreamT &os, RateLimit rl) |