squid-
cache.org
Optimising Web Delivery
Docs
Download
Donate
Support
About
Contact
Shop
Blog
src
acl
TimeData.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3
*
4
* Squid software is distributed under GPLv2+ license and includes
5
* contributions from numerous individuals and organizations.
6
* Please see the COPYING and CONTRIBUTORS files for details.
7
*/
8
9
#ifndef SQUID_ACLTIMEDATA_H
10
#define SQUID_ACLTIMEDATA_H
11
12
#include "
acl/Acl.h
"
13
#include "
acl/Data.h
"
14
15
class
ACLTimeData
:
public
ACLData
<time_t>
16
{
17
MEMPROXY_CLASS
(
ACLTimeData
);
18
19
public
:
20
ACLTimeData
();
21
virtual
~ACLTimeData
();
22
bool
match
(time_t);
23
virtual
SBufList
dump
()
const
;
24
void
parse
();
25
bool
empty
()
const
;
26
27
private
:
28
int
weekbits
;
29
int
start
;
30
int
stop
;
31
ACLTimeData
*
next
;
32
};
33
34
#endif
/* SQUID_ACLTIMEDATA_H */
35
Data.h
Acl.h
ACLData
Configured ACL parameter(s) (e.g., domain names in dstdomain ACL).
Definition:
Data.h:18
ACLTimeData
Definition:
TimeData.h:16
ACLTimeData::MEMPROXY_CLASS
MEMPROXY_CLASS(ACLTimeData)
ACLTimeData::weekbits
int weekbits
Definition:
TimeData.h:28
ACLTimeData::parse
void parse()
Definition:
TimeData.cc:92
ACLTimeData::match
bool match(time_t)
Definition:
TimeData.cc:38
ACLTimeData::stop
int stop
Definition:
TimeData.h:30
ACLTimeData::empty
bool empty() const
Definition:
TimeData.cc:214
ACLTimeData::ACLTimeData
ACLTimeData()
Definition:
TimeData.cc:29
ACLTimeData::next
ACLTimeData * next
Definition:
TimeData.h:31
ACLTimeData::dump
virtual SBufList dump() const
Definition:
TimeData.cc:68
ACLTimeData::~ACLTimeData
virtual ~ACLTimeData()
Definition:
TimeData.cc:31
ACLTimeData::start
int start
Definition:
TimeData.h:29
SBufList
std::list< SBuf > SBufList
Definition:
forward.h:22
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
Configuration:
Reference
Examples
FAQ
and
Wiki
Guide Books:
Beginners
Definitive
Non-English
More...
Support
Security Advisories
Bugzilla Database
Mailing lists
Contacting us
Commercial services
Project Sponsors
Squid-based products
Miscellaneous
Developer Resources
Related Writings
Related Software:
Authenticators
Ecap
Icap
Ident
Log Analysis
Monitor
Proxies
Redirectors
General
Squid Artwork
Web Site Translations
Japanese
Mirrors
Website:
gr
il
jp
pl
...
full list
FTP Package Archive