Evo C++ Library v0.5.1
Public Member Functions | List of all members
AsyncClient< T, Q >::OnError Struct Reference

#include <evo/ioasync_client.h>

Detailed Description

template<class T, class Q>
struct evo::AsyncClient< T, Q >::OnError

Client error event.

Public Member Functions

virtual ~OnError ()
 Destructor. More...
 
virtual void on_error (AsyncError error)
 Called on an error that breaks the connection. More...
 

Constructor & Destructor Documentation

◆ ~OnError()

virtual ~OnError ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ on_error()

virtual void on_error ( AsyncError  error)
inlinevirtual

Called on an error that breaks the connection.

Parameters
errorError value

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