NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::strategy_choice::StrategyChoice::InsertResult Class Reference

#include <strategy-choice.hpp>

Public Member Functions

 operator bool () const
 
bool isRegistered () const
 
int getStatusCode () const
 get a status code for use in management command response More...
 

Friends

class StrategyChoice
 
std::ostream & operator<< (std::ostream &, const InsertResult &)
 

Detailed Description

Definition at line 71 of file strategy-choice.hpp.

Member Function Documentation

◆ operator bool()

nfd::strategy_choice::StrategyChoice::InsertResult::operator bool ( ) const
inlineexplicit

Definition at line 75 of file strategy-choice.hpp.

◆ isRegistered()

bool nfd::strategy_choice::StrategyChoice::InsertResult::isRegistered ( ) const
inline

Definition at line 81 of file strategy-choice.hpp.

◆ getStatusCode()

int nfd::strategy_choice::StrategyChoice::InsertResult::getStatusCode ( ) const
inline

get a status code for use in management command response

Definition at line 89 of file strategy-choice.hpp.

Friends And Related Function Documentation

◆ StrategyChoice

friend class StrategyChoice
friend

Definition at line 109 of file strategy-choice.hpp.

◆ operator<<

std::ostream& operator<< ( std::ostream &  ,
const InsertResult  
)
friend

Definition at line 125 of file strategy-choice.cpp.


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