Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
RateLimit.hpp File Reference
#include <toolbox/sys/Time.hpp>
#include <boost/container/small_vector.hpp>
Include dependency graph for RateLimit.hpp:
This graph shows which files directly or indirectly include this file:

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)
 
ostream & toolbox::net::operator<< (ostream &os, RateLimit rl)