hueplusplus
1.0.0
|
Contains information about error location, use CURRENT_FILE_INFO to create. More...
#include <hueplusplus/HueException.h>
Public Member Functions | |
std::string | ToString () const |
String representation of func, file and line. More... | |
Public Attributes | |
std::string | filename |
Current file name from FILE. Empty if unknown. More... | |
int | line = -1 |
Current line number from LINE. -1 if unknown. More... | |
std::string | func |
Current function from func. Empty if unknown. More... | |
Contains information about error location, use CURRENT_FILE_INFO to create.
std::string hueplusplus::FileInfo::ToString | ( | ) | const |
String representation of func, file and line.
std::string hueplusplus::FileInfo::filename |
Current file name from FILE. Empty if unknown.
std::string hueplusplus::FileInfo::func |
Current function from func. Empty if unknown.
int hueplusplus::FileInfo::line = -1 |
Current line number from LINE. -1 if unknown.