OpenSDN source code
ServiceChainMgr< T >::PendingChainState Struct Reference
Collaboration diagram for ServiceChainMgr< T >::PendingChainState:

Public Member Functions

 PendingChainState ()
 
 PendingChainState (ServiceChainGroup *group, std::string reason)
 

Public Attributes

ServiceChainGroupgroup
 
std::string reason
 

Detailed Description

template<typename T>
struct ServiceChainMgr< T >::PendingChainState

Definition at line 371 of file service_chaining.h.

Constructor & Destructor Documentation

◆ PendingChainState() [1/2]

template<typename T >
ServiceChainMgr< T >::PendingChainState::PendingChainState ( )
inline

Definition at line 372 of file service_chaining.h.

◆ PendingChainState() [2/2]

template<typename T >
ServiceChainMgr< T >::PendingChainState::PendingChainState ( ServiceChainGroup group,
std::string  reason 
)
inline

Definition at line 374 of file service_chaining.h.

Member Data Documentation

◆ group

template<typename T >
ServiceChainGroup* ServiceChainMgr< T >::PendingChainState::group

Definition at line 377 of file service_chaining.h.

◆ reason

template<typename T >
std::string ServiceChainMgr< T >::PendingChainState::reason

Definition at line 378 of file service_chaining.h.


The documentation for this struct was generated from the following file: