Command.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/* DEBUG: section 16 Cache Manager API */
10
11#ifndef SQUID_MGR_COMMAND_H
12#define SQUID_MGR_COMMAND_H
13
14#include "mgr/ActionParams.h"
15#include "mgr/forward.h"
16
17namespace Mgr
18{
19
21class Command: public RefCountable
22{
23public:
25
26public:
29};
30
31std::ostream &operator <<(std::ostream &, const Command &);
32
33} // namespace Mgr
34
35#endif /* SQUID_MGR_COMMAND_H */
36
#define RefCountable
The locking interface for use on Reference-Counted classes.
Definition: Lock.h:66
Cache Manager Action parameters extracted from the user request.
Definition: ActionParams.h:24
combined hard-coded action profile with user-supplied action parameters
Definition: Command.h:22
RefCount< Command > Pointer
Definition: Command.h:24
ActionParams params
user-supplied action arguments
Definition: Command.h:28
ActionProfilePointer profile
hard-coded action specification
Definition: Command.h:27
Cache Manager API.
Definition: Action.h:20
std::ostream & operator<<(std::ostream &os, const ActionProfile &profile)
Definition: ActionProfile.h:42

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors