NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nonstd::scope::scope_guard< Policy, Action > Class Template Reference

#include <scope-lite.hpp>

Inheritance diagram for nonstd::scope::scope_guard< Policy, Action >:
Collaboration diagram for nonstd::scope::scope_guard< Policy, Action >:

Public Member Functions

 scope_guard (Action action)
 
 scope_guard (scope_guard const &other)
 
virtual ~scope_guard ()
 

Detailed Description

template<typename Policy, typename Action>
class nonstd::scope::scope_guard< Policy, Action >

Definition at line 1245 of file scope-lite.hpp.

Constructor & Destructor Documentation

◆ scope_guard() [1/2]

template<typename Policy, typename Action>
nonstd::scope::scope_guard< Policy, Action >::scope_guard ( Action  action)
inline

Definition at line 1248 of file scope-lite.hpp.

◆ scope_guard() [2/2]

template<typename Policy, typename Action>
nonstd::scope::scope_guard< Policy, Action >::scope_guard ( scope_guard< Policy, Action > const &  other)
inline

Definition at line 1253 of file scope-lite.hpp.

◆ ~scope_guard()

template<typename Policy, typename Action>
virtual nonstd::scope::scope_guard< Policy, Action >::~scope_guard ( )
inlinevirtual

Definition at line 1258 of file scope-lite.hpp.


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