FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
VOM::OM::mark_n_sweep Class Reference

A class providing the RAII pattern for mark and sweep. More...

Public Member Functions

 mark_n_sweep (const client_db::key_t &key)
 Constructor - will call mark on the key. More...
 
 ~mark_n_sweep ()
 Destructor - will call sweep on the key. More...
 

Detailed Description

A class providing the RAII pattern for mark and sweep.

Definition at line 146 of file om.hpp.

Constructor & Destructor Documentation

VOM::OM::mark_n_sweep::mark_n_sweep ( const client_db::key_t key)

Constructor - will call mark on the key.

Definition at line 138 of file om.cpp.

+ Here is the call graph for this function:

VOM::OM::mark_n_sweep::~mark_n_sweep ( )

Destructor - will call sweep on the key.

Definition at line 144 of file om.cpp.

+ Here is the call graph for this function:


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