|
Squid Web Cache master
|
#include "squid.h"#include "acl/AtStepData.h"#include "acl/Checklist.h"#include "base/EnumIterator.h"#include "cache_cf.h"#include "ConfigParser.h"#include "debug/Stream.h"#include "sbuf/Stream.h"#include "wordlist.h"#include <algorithm>Go to the source code of this file.
Functions | |
| static const char * | StepName (const XactionStep xstep) |
| static XactionStep | StepValue (const char *name) |
|
inlinestatic |
Definition at line 22 of file AtStepData.cc.
References assert, enumBegin_, and enumEnd_.
Referenced by ACLAtStepData::dump(), and StepValue().
|
static |
Definition at line 40 of file AtStepData.cc.
References assert, Here, StepName(), and ToSBuf().
Referenced by ACLAtStepData::parse().