Acl.h File Reference
#include "acl/forward.h"
#include "acl/Options.h"
#include "cbdata.h"
#include "defines.h"
#include "dlink.h"
#include "sbuf/forward.h"
#include <algorithm>
#include <ostream>
Include dependency graph for Acl.h:

Go to the source code of this file.
Classes | |
class | ACL |
class | Acl::Answer |
class | acl_proxy_auth_match_cache |
Namespaces | |
Acl | |
Typedefs | |
typedef const char * | Acl::TypeName |
the ACL type name known to admins More... | |
typedef ACL *(* | Acl::Maker) (TypeName typeName) |
a "factory" function for making ACL objects (of some ACL child type) More... | |
Enumerations | |
enum | aclMatchCode { ACCESS_DENIED, ACCESS_ALLOWED, ACCESS_DUNNO, ACCESS_AUTH_REQUIRED } |
Functions | |
void | Acl::RegisterMaker (TypeName typeName, Maker maker) |
use the given ACL Maker for all ACLs of the named type More... | |
std::ostream & | operator<< (std::ostream &o, const Acl::Answer a) |
Variables | |
const char * | AclMatchedName |
Function Documentation
◆ operator<<()
|
inline |
Definition at line 171 of file Acl.h.
References ACCESS_ALLOWED, ACCESS_AUTH_REQUIRED, ACCESS_DENIED, and ACCESS_DUNNO.