OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TableState::DeleteActor Class Reference
Inheritance diagram for TableState::DeleteActor:
Collaboration diagram for TableState::DeleteActor:

Public Member Functions

 DeleteActor (TableState *ts)
 
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

TableStatets_
 

Detailed Description

Definition at line 50 of file routepath_replicator.cc.

Constructor & Destructor Documentation

TableState::DeleteActor::DeleteActor ( TableState ts)
inlineexplicit

Definition at line 52 of file routepath_replicator.cc.

Member Function Documentation

virtual void TableState::DeleteActor::Destroy ( )
inlinevirtual

Implements LifetimeActor.

Definition at line 64 of file routepath_replicator.cc.

Here is the call graph for this function:

virtual bool TableState::DeleteActor::MayDelete ( ) const
inlinevirtual

Implements LifetimeActor.

Definition at line 57 of file routepath_replicator.cc.

Here is the call graph for this function:

virtual void TableState::DeleteActor::Shutdown ( )
inlinevirtual

Reimplemented from LifetimeActor.

Definition at line 61 of file routepath_replicator.cc.

Member Data Documentation

TableState* TableState::DeleteActor::ts_
private

Definition at line 69 of file routepath_replicator.cc.


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