Go to the documentation of this file.
9 #ifndef SQUID_BASE_ASYNCCALLLIST_H
10 #define SQUID_BASE_ASYNCCALLLIST_H
AsyncCallList & operator=(const AsyncCallList &)=delete
AsyncCallPointer head
the earliest still-stored call (or nil)
AsyncCallPointer tail
the latest still-stored call (or nil)
size_t length
the number of currently stored calls
AsyncCallList(const AsyncCallList &)=delete
size_t size() const
the number of currently stored calls
void add(const AsyncCallPointer &)
stores the given async call
AsyncCallPointer extract()