InspIRCd
2.0
|
#include <cull_list.h>
Public Member Functions | |
void | AddItem (classbase *item) |
void | AddSQItem (LocalUser *item) |
void | Apply () |
The CullList class is used to delete objects at the end of the main loop to avoid problems with references to deleted pointers if an object were deleted during execution.
|
inline |
Adds an item to the cull list
void CullList::Apply | ( | ) |
Applies the cull list (deletes the contents)