|
rippled
|
#include <Entry.h>


Public Member Functions | |
| Entry ()=delete | |
| Entry (clock_type::time_point const now) | |
| std::string | to_string () const |
| bool | isUnlimited () const |
Returns true if this connection should have no resource limits applied–it is still possible for certain RPC commands to be forbidden, but that depends on Role. | |
| int | balance (clock_type::time_point const now) |
| int | add (int charge, clock_type::time_point const now) |
Public Attributes | |
| std::optional< PublicKey > | publicKey |
| Key const * | key |
| int | refcount |
| DecayingSample< decayWindowSeconds, clock_type > | local_balance |
| int | remote_balance |
| clock_type::time_point | lastWarningTime |
| clock_type::time_point | whenExpires |
|
delete |
|
explicit |
| std::string ripple::Resource::Entry::to_string | ( | ) | const |
| bool ripple::Resource::Entry::isUnlimited | ( | ) | const |
| int ripple::Resource::Entry::balance | ( | clock_type::time_point const | now | ) |
| int ripple::Resource::Entry::add | ( | int | charge, |
| clock_type::time_point const | now | ||
| ) |
| std::optional<PublicKey> ripple::Resource::Entry::publicKey |
| DecayingSample<decayWindowSeconds, clock_type> ripple::Resource::Entry::local_balance |
| clock_type::time_point ripple::Resource::Entry::lastWarningTime |
| clock_type::time_point ripple::Resource::Entry::whenExpires |