#include "squid.h"
#include "acl/FilledChecklist.h"
#include "acl/Gadgets.h"
#include "adaptation/AccessRule.h"
#include "adaptation/Config.h"
#include "adaptation/History.h"
#include "adaptation/Service.h"
#include "adaptation/ServiceGroups.h"
#include "cache_cf.h"
#include "ConfigParser.h"
#include "debug/Messages.h"
#include "globals.h"
#include "HttpReply.h"
#include "HttpRequest.h"
#include "Store.h"
#include <algorithm>
Include dependency graph for Config.cc:
Go to the source code of this file.
Functions | |
static const Notes::Keys | protectedFieldNames (std::begin(protectedFieldNamesRaw), std::end(protectedFieldNamesRaw)) |
template<class Collection > | |
static void | FinalizeEach (Collection &collection, const char *label) |
Variables | |
static const char * | protectedFieldNamesRaw [] |
Function Documentation
◆ FinalizeEach()
template<class Collection >
|
static |
Definition at line 220 of file Config.cc.
References debugs.
Referenced by Adaptation::Config::Finalize().
◆ protectedFieldNames()
|
static |
Variable Documentation
◆ protectedFieldNamesRaw
|
static |