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

#include <scope-lite.hpp>

Inheritance diagram for nonstd::scope::scope_success< Fn >:
Collaboration diagram for nonstd::scope::scope_success< Fn >:

Public Member Functions

 scope_success (Fn action)
 
- Public Member Functions inherited from nonstd::scope::scope_guard< on_success_policy, Fn >
 scope_guard (Fn action)
 
 scope_guard (scope_guard const &other)
 
virtual ~scope_guard ()
 
- Public Member Functions inherited from nonstd::scope::on_success_policy
 on_success_policy ()
 
 on_success_policy (on_success_policy const &other)
 
void release ()
 
bool perform ()
 

Additional Inherited Members

- Public Attributes inherited from nonstd::scope::on_success_policy
int ucount_
 

Detailed Description

template<typename Fn = void(*)()>
class nonstd::scope::scope_success< Fn >

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

Constructor & Destructor Documentation

◆ scope_success()

template<typename Fn = void(*)()>
nonstd::scope::scope_success< Fn >::scope_success ( Fn  action)
inline

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


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