NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nfd::PrivilegeHelper::Error Class Reference

PrivilegeHelper::Error represents a serious seteuid/gid failure and should only be caught by main in as part of a graceful program termination. More...

#include <privilege-helper.hpp>

Public Member Functions

 Error (const std::string &what)
 
const char * what () const
 

Detailed Description

PrivilegeHelper::Error represents a serious seteuid/gid failure and should only be caught by main in as part of a graceful program termination.

Definition at line 40 of file privilege-helper.hpp.

Constructor & Destructor Documentation

nfd::PrivilegeHelper::Error::Error ( const std::string &  what)
inlineexplicit

Definition at line 44 of file privilege-helper.hpp.

Member Function Documentation

const char* nfd::PrivilegeHelper::Error::what ( ) const
inline

Definition at line 50 of file privilege-helper.hpp.


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