Go to the documentation of this file.
11 #ifndef SQUID_MGR_ACTION_PROFILE_H
12 #define SQUID_MGR_ACTION_PROFILE_H
46 return os << profile.
name;
ActionCreatorPointer creator
creates Action objects with this profile
hard-coded Cache Manager action configuration, including Action creator
const char * desc
action description to build an action menu list
const char * name
action label to uniquely identify this action
RefCount< ActionProfile > Pointer
bool isPwReq
whether password is required to perform the action
ActionProfile(const char *aName, const char *aDesc, bool aPwReq, bool anAtomic, const ActionCreatorPointer &aCreator)
std::ostream & operator<<(std::ostream &os, const Mgr::ActionProfile &profile)
bool isAtomic
whether action dumps everything in one dump() call