#include <excepts.h>
Inheritance diagram for cornelluniversity::vetsim_serial:
Public Member Functions | |
vetsim_serial (const std::string &errstr) | |
constructor | |
vetsim_serial (const vetsim_serial ©ref) | |
vetsim_serial (const char *errstr) | |
constructor, overloaded to accept the traditional c-style string. |
cornelluniversity::vetsim_serial::vetsim_serial | ( | const std::string & | errstr | ) | [inline] |
constructor
errstr | - sets a custom error message. |
cornelluniversity::vetsim_serial::vetsim_serial | ( | const vetsim_serial & | copyref | ) | [inline] |
cornelluniversity::vetsim_serial::vetsim_serial | ( | const char * | errstr | ) | [inline] |
constructor, overloaded to accept the traditional c-style string.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
errstr | - sets a custom error message. |