DynamicServiceGroup configuration to remember future dynamic chains. More...
#include <DynamicGroupCfg.h>
Public Types | |
typedef std::vector< String > | Store |
typedef String | Id |
Public Member Functions | |
bool | empty () const |
no services added More... | |
const String & | serviceIds () const |
configured service IDs in X-Next-Services value (comma-separated) format More... | |
void | add (const String &item) |
updates group id and services More... | |
void | clear () |
makes the config empty More... | |
Public Attributes | |
Id | id |
group id More... | |
Store | services |
services in the group More... | |
Detailed Description
Definition at line 20 of file DynamicGroupCfg.h.
Member Typedef Documentation
◆ Id
Definition at line 24 of file DynamicGroupCfg.h.
◆ Store
Definition at line 23 of file DynamicGroupCfg.h.
Member Function Documentation
◆ add()
void Adaptation::DynamicGroupCfg::add | ( | const String & | item | ) |
Definition at line 14 of file DynamicGroupCfg.cc.
References String::append(), and services.
Referenced by Adaptation::DynamicServiceChain::Split().
◆ clear()
void Adaptation::DynamicGroupCfg::clear | ( | ) |
Definition at line 26 of file DynamicGroupCfg.cc.
◆ empty()
|
inline |
Definition at line 29 of file DynamicGroupCfg.h.
References services.
Referenced by Adaptation::Iterator::updatePlan().
◆ serviceIds()
|
inline |
Definition at line 32 of file DynamicGroupCfg.h.
References id.
Member Data Documentation
◆ id
Id Adaptation::DynamicGroupCfg::id |
Definition at line 26 of file DynamicGroupCfg.h.
Referenced by Adaptation::DynamicServiceChain::DynamicServiceChain(), Adaptation::operator<<(), and serviceIds().
◆ services
Store Adaptation::DynamicGroupCfg::services |
Definition at line 27 of file DynamicGroupCfg.h.
Referenced by Adaptation::DynamicServiceChain::DynamicServiceChain(), add(), and empty().
The documentation for this class was generated from the following files:
- src/adaptation/DynamicGroupCfg.h
- src/adaptation/DynamicGroupCfg.cc