#include <serial.h>
Definition at line 690 of file serial.h.
serial::IOException::IOException |
( |
std::string |
file, |
|
|
int |
line, |
|
|
int |
errnum |
|
) |
| |
|
inlineexplicit |
serial::IOException::IOException |
( |
std::string |
file, |
|
|
int |
line, |
|
|
const char * |
description |
|
) |
| |
|
inlineexplicit |
virtual serial::IOException::~IOException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
serial::IOException::IOException |
( |
const IOException & |
other | ) |
|
|
inline |
int serial::IOException::getErrorNumber |
( |
| ) |
const |
|
inline |
virtual const char* serial::IOException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
std::string serial::IOException::e_what_ |
|
private |
int serial::IOException::errno_ |
|
private |
std::string serial::IOException::file_ |
|
private |
int serial::IOException::line_ |
|
private |
The documentation for this class was generated from the following file: