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

 

Introduction

Documentation

Support

Miscellaneous