9#ifndef SQUID_SRC_ADAPTATION_DYNAMICGROUPCFG_H
10#define SQUID_SRC_ADAPTATION_DYNAMICGROUPCFG_H
23 typedef std::vector<String>
Store;
DynamicServiceGroup configuration to remember future dynamic chains.
Store services
services in the group
bool empty() const
no services added
void add(const String &item)
updates group id and services
std::vector< String > Store
void clear()
makes the config empty
const String & serviceIds() const
configured service IDs in X-Next-Services value (comma-separated) format
std::ostream & operator<<(std::ostream &os, const Answer &answer)