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

#include <scope-lite.hpp>

Inheritance diagram for nonstd::scope::on_success_policy:

Public Member Functions

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

Public Attributes

int ucount_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ on_success_policy() [1/2]

nonstd::scope::on_success_policy::on_success_policy ( )
inline

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

◆ on_success_policy() [2/2]

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

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

References ucount_.

Member Function Documentation

◆ release()

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

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

◆ perform()

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

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

Member Data Documentation

◆ ucount_

int nonstd::scope::on_success_policy::ucount_
mutable

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

Referenced by on_success_policy().


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