InspIRCd
2.0
|
#include <base.h>
Public Member Functions | |
virtual CullResult | cull () |
The base class for all inspircd classes with a well-defined lifetime. Classes that inherit from this may be destroyed through GlobalCulls, and may rely on cull() being called prior to their deletion.
|
virtual |
Called just prior to destruction via cull list.
Reimplemented in FakeUser, LocalUser, User, Module, ModeHandler, StreamSocket, and Extensible.