#include <event.h>

Public Member Functions | |
| ev_entry (char const *name, EVH *func, void *arg, double when, int weight, bool cbdata=true) | |
| ~ev_entry () | |
Public Attributes | |
| const char * | name |
| EVH * | func |
| void * | arg |
| double | when |
| int | weight |
| bool | cbdata |
| ev_entry * | next |
Private Member Functions | |
| MEMPROXY_CLASS (ev_entry) | |
Detailed Description
Constructor & Destructor Documentation
◆ ev_entry()
◆ ~ev_entry()
| ev_entry::~ev_entry | ( | ) |
Definition at line 100 of file event.cc.
References arg, and cbdataReferenceDone.
Member Function Documentation
◆ MEMPROXY_CLASS()
|
private |
Member Data Documentation
◆ arg
| void* ev_entry::arg |
Definition at line 35 of file event.h.
Referenced by EventScheduler::cancel(), EventScheduler::find(), and ~ev_entry().
◆ cbdata
◆ func
| EVH* ev_entry::func |
Definition at line 34 of file event.h.
Referenced by EventScheduler::cancel(), and EventScheduler::find().
◆ name
◆ next
| ev_entry* ev_entry::next |
Definition at line 41 of file event.h.
Referenced by EventScheduler::checkEvents(), EventScheduler::clean(), EventScheduler::dump(), and EventScheduler::find().
◆ weight
◆ when
| double ev_entry::when |
Definition at line 36 of file event.h.
Referenced by EventScheduler::timeRemaining().
The documentation for this class was generated from the following files:
Introduction
- About Squid
- Why Squid?
- Squid Developers
- How to Donate
- How to Help Out
- Getting Squid
- Squid Source Packages
- Squid Deployment Case-Studies
- Squid Software Foundation
Documentation
- Quick Setup
- Configuration:
- FAQ and Wiki
- Guide Books:
- Non-English
- More...
Support
- Security Advisories
- Bugzilla Database
- Mailing lists
- Contacting us
- Commercial services
- Project Sponsors
- Squid-based products
