![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <cyclingvector.h>
Public Member Functions | |
| CyclingVector (unsigned int _MAX_SIZE, const T &defaultVal) | |
| T | Get (int idx) const |
| void | Set (int idx, const T &value) |
| std::vector< T > | GetCache () const |
Private Attributes | |
| RecursiveMutex | cs |
| unsigned int | MAX_SIZE |
| std::vector< T > | vec |
Definition at line 18 of file cyclingvector.h.
|
inline |
Definition at line 26 of file cyclingvector.h.
|
inline |
Definition at line 31 of file cyclingvector.h.
|
inline |
|
inline |
|
mutableprivate |
Definition at line 21 of file cyclingvector.h.
|
private |
Definition at line 22 of file cyclingvector.h.
|
private |
Definition at line 23 of file cyclingvector.h.