Kea 2.7.5
|
Collection of parking lots for various hook points. More...
#include <parking_lots.h>
Public Member Functions | |
void | clear () |
Removes all parked objects. | |
ParkingLotPtr | getParkingLotPtr (const int hook_index) |
Returns pointer to the parking lot for a hook points. | |
Collection of parking lots for various hook points.
Definition at line 384 of file parking_lots.h.
|
inline |
Removes all parked objects.
It doesn't invoke callbacks associated with the removed objects.
Definition at line 390 of file parking_lots.h.
|
inline |
Returns pointer to the parking lot for a hook points.
If the parking lot for the specified hook point doesn't exist, it is created.
hook_index | index of the hook point with which the parking lot is associated. |
Definition at line 403 of file parking_lots.h.