libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::Error Class Reference

#include <error.hpp>

Inheritance diagram for sshpp::Error:
[legend]
Collaboration diagram for sshpp::Error:
[legend]

Public Member Functions

 Error (ErrorInfo info)
 
const ErrorInfoinfo () const noexcept
 
const char * operation () const noexcept
 
const SourceLocationwhere () const noexcept
 

Constructor & Destructor Documentation

◆ Error()

SSHPP_INLINE sshpp::Error::Error ( ErrorInfo  info)
explicit

Member Function Documentation

◆ info()

const ErrorInfo & sshpp::Error::info ( ) const
inlinenoexcept

◆ operation()

const char * sshpp::Error::operation ( ) const
inlinenoexcept

◆ where()

const SourceLocation & sshpp::Error::where ( ) const
inlinenoexcept

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