Elements.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1996-2023 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_SRC_ADAPTATION_ELEMENTS_H
10 #define SQUID_SRC_ADAPTATION_ELEMENTS_H
11 
12 // widely used adaptation primitives
13 
14 namespace Adaptation
15 {
16 
20 
21 extern const char *crlf;
22 const char *methodStr(Method); // TODO: make into a stream operator?
23 const char *vectPointStr(VectPoint); // TODO: make into a stream op?
24 
25 } // namespace Adaptation
26 
27 #endif /* SQUID_SRC_ADAPTATION_ELEMENTS_H */
28 
@ srvBlock
Definition: Elements.h:19
const char * vectPointStr(VectPoint)
Definition: Elements.cc:39
@ srvBypass
Definition: Elements.h:19
@ pointPostCache
Definition: Elements.h:18
@ methodNone
Definition: Elements.h:17
const char * methodStr(Method)
Definition: Elements.cc:15
@ srvForce
Definition: Elements.h:19
@ methodOptions
Definition: Elements.h:17
@ pointPreCache
Definition: Elements.h:18
@ methodRespmod
Definition: Elements.h:17
@ pointNone
Definition: Elements.h:18
@ methodReqmod
Definition: Elements.h:17
const char * crlf
Definition: Elements.cc:12

 

Introduction

Documentation

Support

Miscellaneous