nfd::strategy_choice::StrategyChoice::InsertResult Class Reference

#include <strategy-choice.hpp>

Collaboration diagram for nfd::strategy_choice::StrategyChoice::InsertResult:

Public Member Functions

 operator bool () const
 
bool isRegistered () const
 

Friends

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

Detailed Description

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

Member Function Documentation

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

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

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

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

Friends And Related Function Documentation

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

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

friend class StrategyChoice
friend

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