Acl.cc File Reference
#include "squid.h"
#include "acl/Acl.h"
#include "acl/Checklist.h"
#include "acl/Gadgets.h"
#include "acl/Options.h"
#include "anyp/PortCfg.h"
#include "cache_cf.h"
#include "ConfigParser.h"
#include "debug/Stream.h"
#include "fatal.h"
#include "globals.h"
#include "sbuf/List.h"
#include "sbuf/Stream.h"
#include "SquidConfig.h"
#include <algorithm>
#include <map>
Include dependency graph for Acl.cc:
Go to the source code of this file.
Classes | |
class | Acl::TypeNameCmp |
ACL type name comparison functor. More... | |
Namespaces | |
namespace | Acl |
Typedefs | |
typedef std::map< TypeName, Maker, TypeNameCmp > | Acl::Makers |
ACL makers indexed by ACL type name. More... | |
Functions | |
static Makers & | Acl::TheMakers () |
registered ACL Makers More... | |
static ACL * | Acl::Make (TypeName typeName) |
creates an ACL object of the named (and already registered) ACL child type More... | |
void | aclCacheMatchFlush (dlink_list *cache) |
Variables | |
const char * | AclMatchedName = nullptr |