![]() |
Tacopie
3.0.0
Tacopie is a TCP Client & Server C++11 library.
|
#include <error.hpp>
Public Member Functions | |
tacopie_error (const std::string &what, const std::string &file, std::size_t line) | |
ctor More... | |
~tacopie_error (void)=default | |
assignment operator More... | |
tacopie_error (const tacopie_error &)=default | |
copy ctor More... | |
tacopie_error & | operator= (const tacopie_error &)=default |
assignment operator More... | |
const std::string & | get_file (void) const |
std::size_t | get_line (void) const |
Private Attributes | |
std::string | m_file |
std::size_t | m_line |
specialized runtime_error used for tacopie error
tacopie::tacopie_error::tacopie_error | ( | const std::string & | what, |
const std::string & | file, | ||
std::size_t | line | ||
) |
ctor
|
default |
assignment operator
|
default |
copy ctor
const std::string& tacopie::tacopie_error::get_file | ( | void | ) | const |
std::size_t tacopie::tacopie_error::get_line | ( | void | ) | const |
|
default |
assignment operator
|
private |
file location of the error
|
private |
line location of the error