NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
websocketpp::extensions::error Namespace Reference

Classes

class  category
 

Enumerations

enum  value { general = 1, disabled }
 

Functions

lib::error_category const & get_category ()
 
lib::error_code make_error_code (error::value e)
 

Enumeration Type Documentation

Enumerator
general 

Catch all.

disabled 

Extension disabled.

Definition at line 53 of file extension.hpp.

Function Documentation

lib::error_category const& websocketpp::extensions::error::get_category ( )
inline

Definition at line 81 of file extension.hpp.

Referenced by make_error_code().

lib::error_code websocketpp::extensions::error::make_error_code ( error::value  e)
inline

Definition at line 86 of file extension.hpp.

References _WEBSOCKETPP_ERROR_CODE_ENUM_NS_START_, and get_category().