NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nonstd::scope::on_fail_policy Struct Reference

#include <scope-lite.hpp>

Inheritance diagram for nonstd::scope::on_fail_policy:

Public Member Functions

 on_fail_policy ()
 
 on_fail_policy (on_fail_policy const &other)
 
void release ()
 
bool perform ()
 

Public Attributes

int ucount_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ on_fail_policy() [1/2]

nonstd::scope::on_fail_policy::on_fail_policy ( )
inline

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

◆ on_fail_policy() [2/2]

nonstd::scope::on_fail_policy::on_fail_policy ( on_fail_policy const &  other)
inline

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

References ucount_.

Member Function Documentation

◆ release()

void nonstd::scope::on_fail_policy::release ( )
inline

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

◆ perform()

bool nonstd::scope::on_fail_policy::perform ( )
inline

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

Member Data Documentation

◆ ucount_

int nonstd::scope::on_fail_policy::ucount_
mutable

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

Referenced by on_fail_policy().


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