rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
rotor::details::shutdown_code_category Class Reference

category support for rotor shutdown codes More...

#include <error_code.h>

Inheritance diagram for rotor::details::shutdown_code_category:

Public Member Functions

virtual const char * name () const noexcept override
 
virtual std::string message (int c) const override
 

Detailed Description

category support for rotor shutdown codes

Member Function Documentation

◆ message()

virtual std::string rotor::details::shutdown_code_category::message ( int  c) const
overridevirtual

message for error code

◆ name()

virtual const char * rotor::details::shutdown_code_category::name ( ) const
overridevirtualnoexcept

error category name


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