$search
Public Member Functions | |
def | __init__ |
def | add |
Public Attributes | |
queue | |
queue_map | |
queueindex |
A circular set. A set that maxes at a given size, replacing the oldest element after maximum size. This implementation is NOT thread safe. (generate() below is thread safe, though)
Definition at line 142 of file guid.py.
def pyclearsilver::guid::CircularSet::add | ( | self, | ||
val | ||||
) |