OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ServiceChainMgr< T >::DeleteActor< T > Class Template Reference
Inheritance diagram for ServiceChainMgr< T >::DeleteActor< T >:
Collaboration diagram for ServiceChainMgr< T >::DeleteActor< T >:

Public Member Functions

 DeleteActor (ServiceChainMgr< T > *manager)
 
virtual bool MayDelete () const
 
virtual void Shutdown ()
 
virtual void Destroy ()
 
- Public Member Functions inherited from LifetimeActor
 LifetimeActor (LifetimeManager *manager)
 
virtual ~LifetimeActor ()
 
virtual void Delete ()
 
void RetryDelete ()
 
void PauseDelete ()
 
void ResumeDelete ()
 
bool IsDeleted () const
 
bool HasDependents () const
 
bool HasRefcount () const
 
const uint64_t create_time_stamp_usecs () const
 
const uint64_t delete_time_stamp_usecs () const
 

Private Attributes

ServiceChainMgr< T > * manager_
 

Detailed Description

template<typename T>
template<typename T>
class ServiceChainMgr< T >::DeleteActor< T >

Definition at line 245 of file service_chaining.cc.

Constructor & Destructor Documentation

template<typename T>
template<typename T >
ServiceChainMgr< T >::DeleteActor< T >::DeleteActor ( ServiceChainMgr< T > *  manager)
inlineexplicit

Definition at line 247 of file service_chaining.cc.

Member Function Documentation

template<typename T>
template<typename T >
virtual void ServiceChainMgr< T >::DeleteActor< T >::Destroy ( )
inlinevirtual

Implements LifetimeActor.

Definition at line 256 of file service_chaining.cc.

template<typename T>
template<typename T >
virtual bool ServiceChainMgr< T >::DeleteActor< T >::MayDelete ( ) const
inlinevirtual

Implements LifetimeActor.

Definition at line 251 of file service_chaining.cc.

template<typename T>
template<typename T >
virtual void ServiceChainMgr< T >::DeleteActor< T >::Shutdown ( )
inlinevirtual

Reimplemented from LifetimeActor.

Definition at line 254 of file service_chaining.cc.

Member Data Documentation

template<typename T>
template<typename T >
ServiceChainMgr<T>* ServiceChainMgr< T >::DeleteActor< T >::manager_
private

Definition at line 261 of file service_chaining.cc.


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